-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test vec binary #15
test vec binary #15
Conversation
checking has page proof.
vector for different size).
@cheme How can SubShardEncoder be used for variable width data? Right now construct_subshards is expecting a const for the size so we can't pass in a dynamic size? |
Indeed it was only for constant size data (smaller data should be padded, bigger data split to constant size). |
Superseded by jam internal code. |
simple binary to produce and checks json test vec.
currently I skip all package that cannot be split in 64 byte shard (for the erasure coding of variable size package, not segments, in case of segments I pad to a 4096 segments).
For package ec I am using 341 * 3 chunks as output.
For segments I am using 342 * 3 chunks as output.
!!! this PR also switch the hash from blake2b512 to blake2b256