1.3.0
- BLS:
- Add support for short signatures. Short sigs allow using G1 as sig and G2 as pubkeys, instead of wise-versa.
- Contributed by @randombit in #74
- Refactor mask-bit settings, improve encoding resiliency
- ed25519, ed448: implement
Group
interface forDecafPoint
andRistrettoPoint
by @sublimator in #85 - ed448: Fix x448 private keys, to be 56 bytes, not 57
- weierstrass: fix
weierstrassPoints
missing CURVE object by @secure12 in #92 - utils:
- Bump noble-hashes to 1.3.3
- Bump typescript version used to build the package to 5.3.2
New Contributors
- @randombit made their first contribution in #74
- @arobsn made their first contribution in #83
- @secure12 made their first contribution in #92
- @yhc125 made their first contribution in #93
Full Changelog: 1.2.0...1.3.0