Skip to content

1.7.0

Latest
Compare
Choose a tag to compare
@paulmillr paulmillr released this 22 Nov 22:03
· 7 commits to main since this release
1.7.0
2509635
  • curve: add wnafCachedUnsafe() and precomputeMSMUnsafe().
    • new methods speed-up MSM for cases when inputs are public
    • edwards, weierstrass: switch multiplyUnsafe to new wnaf methods
  • modular: crash on non-prime P in sqrt instead of looping
    • do not precompute sqrtP on initializaton, delay until first call
  • weierstrass: add support for strict format option in verify, choose between compact and der
  • bls: Export some types to simplify building custom curves
  • utils: Improve isBytes speed
  • improve compatibility with parsers and minifiers
  • Upgrade hashes to v1.6.0

New Contributors

Full Changelog: 1.6.0...1.7.0