- 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 inverify
, choose betweencompact
andder
- 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
- @andreibancioiu made their first contribution in #156
- @ChALkeR made their first contribution in #166
Full Changelog: 1.6.0...1.7.0