Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@paulmillr paulmillr released this 12 Sep 23:45
3.0.0
03d17cf
  • aes: change from native async to noble-ciphers sync
  • new bls module: bls12-381 operations
  • new bn module: bn254 operations
  • new math module: modPow and modInv operations
  • Update dependencies
  • Add support for node.js v14
  • Improve typescript compatibility by emitting separate types for cjs / esm
  • Use NPM provenance to publish transparent builds from GitHub CI

Backwards-incompatible changes:

  1. utils: crypto var had been removed
  2. aes: async methods became sync

Special thanks to @legobeat for release improvements and review.

Full Changelog: 2.2.1...3.0.0