Skip to content

v0.9.0

Compare
Choose a tag to compare
@gbotrel gbotrel released this 05 Jan 20:14
· 695 commits to master since this release
a628c68

What's Changed

New features

Performance

  • MSM uses batch affine addition (up to 60% speedup 🎉 ) by @gbotrel in #261
  • Faster G2 subgroup membership on BN254 by @yelhousni in #251
  • arm64,purego: field arithmetic mul for arm64 and cleanup build tags by @gbotrel in #257

Refactor and cleanup

  • Field package exposes Hash by @Tabaie in #271
  • Remove internal/ dependencies in field generated code by @gbotrel in #287
  • Removes FromMont and ToMont from field.Element api by @gbotrel in #288
  • ToBigIntRegular is deprecated, introduce BigInt method by @gbotrel in #290

Fixes

Full Changelog: v0.8.0...v0.9.0