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

feat(crypto): CRP-2689 Modify how VetKeys are hashed in ic-vetkd-utils #4124

Merged
merged 32 commits into from
Mar 25, 2025

Conversation

randombit
Copy link
Contributor

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.

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.
@randombit randombit marked this pull request as ready for review February 26, 2025 15:50
@randombit randombit requested a review from a team as a code owner February 26, 2025 15:50
@randombit randombit changed the title feat(crypto): CRP-2705 Modify how VetKeys are hashed in ic-vetkd-utils feat(crypto): CRP-2689 Modify how VetKeys are hashed in ic-vetkd-utils Mar 3, 2025
@randombit
Copy link
Contributor Author

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.

@randombit randombit requested a review from a team as a code owner March 18, 2025 20:15
fmt
Copy link
Contributor

@Sawchord Sawchord left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consensus changes LGTM

fmt
@randombit randombit requested a review from fspreiss March 19, 2025 14:18
@randombit randombit requested a review from altkdf March 19, 2025 14:18
@randombit
Copy link
Contributor Author

@altkdf @fspreiss Ready for another look. This should now match the behavior and general functionalities of the TS library in vetkd-devkit

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fmt

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Copy link
Member

@fspreiss fspreiss left a 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!

@randombit randombit added this pull request to the merge queue Mar 25, 2025
Merged via the queue into master with commit f934c48 Mar 25, 2025
21 checks passed
@randombit randombit deleted the jack/crp-2705 branch March 25, 2025 14:13
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

4 participants