Skip to content

Commit

Permalink
Merge pull request #89 from quixoten/sha224-sha384
Browse files Browse the repository at this point in the history
add sha224 and sha384 to single file build
  • Loading branch information
paulmillr committed Jun 18, 2024
2 parents b930aa9 + 3969c33 commit d08f945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export { hkdf } from '@noble/hashes/hkdf';
export { pbkdf2, pbkdf2Async } from '@noble/hashes/pbkdf2';
export { ripemd160 } from '@noble/hashes/ripemd160';
export { scrypt, scryptAsync } from '@noble/hashes/scrypt';
export { sha256 } from '@noble/hashes/sha256';
export { sha512 } from '@noble/hashes/sha512';
export { sha224, sha256 } from '@noble/hashes/sha256';
export { sha384, sha512 } from '@noble/hashes/sha512';
export {
sha3_224,
sha3_256,
Expand Down

0 comments on commit d08f945

Please sign in to comment.