Skip to content

2.0.1

Choose a tag to compare

@paulmillr paulmillr released this 22 Sep 15:30
· 33 commits to main since this release
Immutable release. Only release title and notes can be modified.
2.0.1
d30e070
  • .js extension must be used for all modules
    • Old: @noble/hashes/sha3
    • New: @noble/hashes/sha3.js
    • This simplifies working in browsers natively without transpilers
    • This was planned for 2.0.0, but was accidentally left out
  • package.json: specify exported submodules to ensure typescript autocompletion
  • scrypt: Fix error message for maxmem check by @ChALkeR in #121
  • scrypt: 4% speed-up by @ChALkeR in #122

Full Changelog: 2.0.0...2.0.1