-
Notifications
You must be signed in to change notification settings - Fork 86
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
fix(eddsa-poseidon): Check size of the message parameter #347
base: main
Are you sure you want to change the base?
fix(eddsa-poseidon): Check size of the message parameter #347
Conversation
…it doesnt exceed 32 bytes. re privacy-scaling-explorations#190
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.
Hey @hannahredler, thanks for this PR. I just realized it's better to wait for #318 before merging this.
Hey @cedoor ah yes i just saw the other PR. Happy to adjust this PR as necessary once the other is finished. |
Great, thank you! |
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.
looks good to me
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.
looks good to me
Description
Checks the message parameter, to ensure it doesn't exceed 32 bytes, as this is required for poseidon.
Related Issue(s)
#190
Checklist
yarn style
without getting any errors