-
Notifications
You must be signed in to change notification settings - Fork 180
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
Refactor RandomCoin trait #214
Refactor RandomCoin trait #214
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look good! Thank you! I left a few comments inline. Most of them are pretty small. The only more significant one is about using nonce
from an instance variable rather than passing it via parameters. But if this significantly complicates FRI verifier interface, we can keep it as is.
The clippy error seems similar to the one we hit on plonky2. Setting manually |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looks good! Thank you!
Thank you! This seems to have fixed it. |
Addresses #206