blob-utils icon indicating copy to clipboard operation
blob-utils copied to clipboard

Blob codec agnostic test vectors

Open Inphi opened this issue 3 years ago • 0 comments

The test vector assumes the data input are encoded as blobs using this encoder. But there are multiple ways of encoding blobs (ex: tightly packing byte values that are much less than the field element size).

To allow for greater compatibility across client implementations, the test vector should have the encoded data blob as input (i.e. a 128 KiB hex encoded string).

cc: @abdelhamidbakhta

Inphi avatar Oct 04 '22 16:10 Inphi