1.0.0
First stable release. API should remain stable now.
ed25519, ed448: changed API
context
is now an option insign
andverify
zip215
is a newverify
option that allows to conform to RFC8032 whenfalse
. Fortrue
it will instead match ZIP215.- Added
edwardsToMontgomery
function
bls12-381: changed API
CURVE
is no longer exposed, it was an internal property. UseG1.CURVE
,G2.CURVE
- Fields have been moved into
fields: {Fp, Fp2, Fp6, Fp12, Fr}
property - See README for new usage
weierstrass: improved DER decoding. Validate curve creation
Updated Wycheproof vectors to v0.9
hash-to-curve: restrict expand
to xmd
and xof
Full Changelog: 0.9.1...1.0.0