Releases: paulmillr/noble-hashes
Releases · paulmillr/noble-hashes
0.4.0
- Add ParallelHash, TupleHash, KeccakPRG and XOF apis
- The package has been renamed to
@noble/hashes
for security
0.3.0
- BLAKE3 support
- KMAC, cSHAKE, KangarooTwelve, MarsupilamiFourteen support
- 6x speedup of
bytesToHex
New Contributors
Full Changelog: 0.2.2...0.3.0
0.2.2
- Add support for SHA2-384
- Fix SHA2 in Safari 14
- Improve Webpack builds
0.2.0
- Remove
cleanup
option that could have been passed to any hash. What was before cleanup: true
is now a default behavior
- Temporary buffers are now zeroed-out after
hash.update()
-s