-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add SHA512 #4
Add SHA512 #4
Conversation
I have reviewed this code before, when Varun submitted the SHA512 gadget to the ZKP MOOC hackathon. It's ready to be merged. |
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.
This looks great overall! thank you so much!
I left a few comments here and there that should improve testing & maintainability a bit.
Thanks @huitseeker for the comments. Sorry about the missing the right SHA-512 reference in the README. @varunthakore Can you also change the directory name from |
Changed the directory name to |
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.
Thanks a bunch! Just one cosmetic change, and we can get this one in!
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.
🙏 Thanks a lot!!
bellpepper-sha512
crate implements circuit for SHA-512 hash function and circuit representation of u64.