Skip to content
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

tests: add fuzzing of secret key #202

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

stringhandler
Copy link
Contributor

WIP: Added fuzzing to RistrettoSecretKey, this is difficult to test a round trip to and from bytes because the from_bytes implementation allows field values higher than the group order. I'm going to leave this in draft until we have merged the other PR that implements from_canonical_bytes

@stringhandler
Copy link
Contributor Author

Note: you must update your rust-toolchain to a nightly build to use fuzzing

[toolchain]
#channel = "stable"
channel = "nightly-2023-06-04"

@AaronFeickert
Copy link
Contributor

The title prefix should be changed to test to stop CI from complaining.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants