C: Erasure-code chunking function which accepts an arbitrary sized data blob whose
length divides wholly into PIECE_SIZE octets and results in N_CHUNKS_TOTAL
sequences of sequences, each of POINT_LENGTH * K octets blobs.
Where K is the number that divides input length by PIECE_SIZE.
Each element of resulting array is the same length.
C: Erasure-code chunking function which accepts an arbitrary sized data blob whose length divides wholly intoPIECE_SIZEoctets and results inN_CHUNKS_TOTALsequences of sequences, each ofPOINT_LENGTH * Koctets blobs. WhereKis the number that divides input length byPIECE_SIZE.https://graypaper.fluffylabs.dev/#/9a08063/3f15003f1500?v=0.6.6