Skip to content

Releases: paulmillr/noble-hashes

0.4.0

07 Nov 20:55
0.4.0
aa366c1
Compare
Choose a tag to compare
  • Add ParallelHash, TupleHash, KeccakPRG and XOF apis
  • The package has been renamed to @noble/hashes for security

0.3.1

28 Oct 06:53
0.3.1
7b26d35
Compare
Choose a tag to compare
  • Fixed utils.bytesToHex

0.3.0

27 Oct 18:18
0.3.0
eee16b5
Compare
Choose a tag to compare
  • BLAKE3 support
  • KMAC, cSHAKE, KangarooTwelve, MarsupilamiFourteen support
  • 6x speedup of bytesToHex

New Contributors

Full Changelog: 0.2.2...0.3.0

0.2.2

19 Oct 01:58
0.2.2
2d2fbec
Compare
Choose a tag to compare
  • Add support for SHA2-384
  • Fix SHA2 in Safari 14
  • Improve Webpack builds

0.2.0

14 Oct 02:17
0.2.0
b74d885
Compare
Choose a tag to compare
  • 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

0.1.0

06 Oct 19:04
0.1.0
3d8ba3c
Compare
Choose a tag to compare

Initial release