1.5.0
- Implement bn254 (aka alt_bn128) pairings, compatible with EVM and ZEC
- Point serialization is not implemented (but can be added in user-space), because there is no standard way of doing it. Check out README
- Refactor range checks for private keys and signatures, simplify them
- Add memoization for
toAffine
andassertValidity
, to speed-up BLS - Make all points immutable and frozen to improve security
Full Changelog: 1.4.2...1.5.0