T: Transposing function which accepts an array of K pieces of data which each have same lenght of N octets and returns an array of N pieces of data which each have length of K octets.
T
K
N
T[[x0,0, x0,1, x0,2, . . . ], [x1,0, x1,1, . . . ], . . . ] ≡ [[x0,0, x1,0, x2,0, . . . ], [x0,1, x1,1, . . . ], . . . ]
https://graypaper.fluffylabs.dev/#/9a08063/3e2e023e2e02?v=0.6.6
T: Transposing function which accepts an array ofKpieces of data which each have same lenght ofNoctets and returns an array ofNpieces of data which each have length ofKoctets.T[[x0,0, x0,1, x0,2, . . . ], [x1,0, x1,1, . . . ], . . . ] ≡ [[x0,0, x1,0, x2,0, . . . ], [x0,1, x1,1, . . . ], . . . ]
https://graypaper.fluffylabs.dev/#/9a08063/3e2e023e2e02?v=0.6.6