We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
unit test for hash functions should use test vectors and compare results. Right not we are just doing sanity checking.
The text was updated successfully, but these errors were encountered:
Extending these tests https://github.com/KZen-networks/curv/blob/ab4aed0e13425e8d6ba19819227b60e8085fb701/src/cryptographic_primitives/hashing/hash_sha256.rs#L40
https://github.com/KZen-networks/curv/blob/ab4aed0e13425e8d6ba19819227b60e8085fb701/src/cryptographic_primitives/hashing/hash_sha512.rs#L40
?
Sorry, something went wrong.
yes
test_bit_length_create_commitment_with_user_defined_randomness
No branches or pull requests
unit test for hash functions should use test vectors and compare results. Right not we are just doing sanity checking.
The text was updated successfully, but these errors were encountered: