Skip to content

Commit

Permalink
Export sha512_224 and sha512_256
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jun 19, 2024
1 parent af71aa5 commit ab27461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export { pbkdf2, pbkdf2Async } from '@noble/hashes/pbkdf2';
export { ripemd160 } from '@noble/hashes/ripemd160';
export { scrypt, scryptAsync } from '@noble/hashes/scrypt';
export { sha224, sha256 } from '@noble/hashes/sha256';
export { sha384, sha512 } from '@noble/hashes/sha512';
export { sha384, sha512, sha512_224, sha512_256 } from '@noble/hashes/sha512';
export {
sha3_224,
sha3_256,
Expand Down

0 comments on commit ab27461

Please sign in to comment.