-
Notifications
You must be signed in to change notification settings - Fork 343
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
feat(crypto): CRP-2689 Modify how VetKeys are hashed in ic-vetkd-utils #4124
Conversation
729038b
to
c371d99
Compare
With this change the Rust library agrees with the TypeScript implementation currently under development, both in terms of algorithms used (XMD for everything possible, with SHAKE-256 for IBE message masking) and the general API structure.
We're going to change some things to better handle WebCrypto integration, so this PR is on hold until the TS library is updated accordingly. Then I'll again update here to (again) sync the Rust implementation with what is implemented in the TS library. |
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.
Consensus changes LGTM
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 for addressing the comments, @randombit!
With this change the Rust library agrees with the TypeScript implementation currently under development, both in terms of algorithms used (XMD for everything possible, with SHAKE-256 for IBE message masking) and the general API structure.