Skip to content

1.5.0

Compare
Choose a tag to compare
@paulmillr paulmillr released this 07 Aug 19:57
· 19 commits to main since this release
1.5.0
ad263ed
  • 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 and assertValidity, to speed-up BLS
  • Make all points immutable and frozen to improve security

Full Changelog: 1.4.2...1.5.0