You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have only a small number of test vectors you can start with hex!-based tests.
One way to generate blb files is to use the convert binary. You can prepare a text file with hex-encoded strings and convert it using cargo run --release --example convert -- encode hex_input.txt encoded_output.blb.
I want to integrate a new dedicated block cipher algorithm.
I don't know how to create a data file (Eg: block-ciphers/test/data/*.blb) for testing.
Can anyone who knows this tell how these data files are created?
The text was updated successfully, but these errors were encountered: