(m gf2p16.Matrix, in, out [][]byte)
| 139 | } |
| 140 | |
| 141 | func (c Coder) applyMatrix(m gf2p16.Matrix, in, out [][]byte) { |
| 142 | applyMatrixParallelData(m, in, out, c.numGoroutines) |
| 143 | } |
| 144 | |
| 145 | // GenerateParity takes a list of data shards, which must have length |
| 146 | // matching the dataShards value passed into NewCoder, and which must |
no test coverage detected