-
Notifications
You must be signed in to change notification settings - Fork 5.9k
fix(ext/crypto): add support for SHA3 #31668
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
Conversation
|
Thanks for the PR, but it doesn't look like it actually fixes the issue. Can you elaborate why you thought it will fix it? |
a434a17 to
5fbcee9
Compare
|
I fixed the issue. |
|
Bump. |
bartlomieju
left a comment
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.
LGTM, @littledivy any comments?
littledivy
left a comment
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.
LGTM, maybe we can also enable WebCryptoAPI/digest/sha3.tentative.https.any.js in WPT?
|
@ChaseKnowlden can you please try enabling that test Divy pointed out in |
|
I spoke with Divy offline, this file is actually not available in-tree ATM. Let's merge as is |
Fix #31631
Uses ocb3 to support SHA3 for node.js tests.