1.2.0
- ed448: add decaf448 support
- weierstrass: improve security of random private keys
by decreasing bias from2^-64
to2^-curve_security_level
- weierstrass: allow extraEntropy to take any amount of bytes
- poseidon: improve security, make sboxPower mandatory and prohibit values other than 3, 5, 7; prohibit odd roundsFull
- hash-to-curve: allow string and Uint8Array DSTs
- tree-shaking improvements: add
sideEffects: false
to package.json,
add pure annotations to ed25519 - update noble-hashes to 1.3.2
New Contributors
- @stknob made their first contribution in #59
- @mahnunchik made their first contribution in #56
- @steveluscher made their first contribution in #62
Full Changelog: 1.1.0...1.2.0