-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
node:crypto: add blake2b512, sha512-224, sha3-* (#10383)
* node:crypto: add blake2b512, sha512-224, sha3-* * update submodule * flesh out rest of api * remove new bun.newCatchable * add SHA512_224 to HashClasses * remove SHA512_224 js class * better allocation * remove memcpy in path where buffer is provided to us * add back benchmark * move zig crypto things into specific struct * Apply formatting changes * centralize algorithm definitions into one spot * rsa-256 was deleted --------- Co-authored-by: Jarred Sumner <[email protected]> Co-authored-by: Jarred-Sumner <[email protected]>
- Loading branch information
1 parent
2abe6e7
commit e3689e7
Showing
13 changed files
with
275 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.