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
test_bit_length_create_commitment_with_user_defined_randomness
Related to #54, it seems that the test that fails once in 16 runs (in expectation) is: https://github.com/KZen-networks/curv/blob/7f0586fd543f81f5202da766cd7c382e07876a04/src/cryptographic_primitives/commitments/hash_commitment.rs#L78 Because leading zeros are not translated into a string.
Possible fix suggestions:
The text was updated successfully, but these errors were encountered:
we should find a better way to test probabilistic commitments
Sorry, something went wrong.
No branches or pull requests
Related to #54, it seems that the test that fails once in 16 runs (in expectation) is:
https://github.com/KZen-networks/curv/blob/7f0586fd543f81f5202da766cd7c382e07876a04/src/cryptographic_primitives/commitments/hash_commitment.rs#L78
Because leading zeros are not translated into a string.
Possible fix suggestions:
The text was updated successfully, but these errors were encountered: