Skip to content

Releases: Consensys/gnark-crypto

v0.12.1

05 Oct 17:52
da0317f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.12.1

v0.12.0

28 Sep 13:12
81ffe9c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.2...v0.12.0

v0.11.2

18 Aug 14:49
b0d02ac
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.1...v0.11.2

v0.11.1

11 Jul 14:52
30ae949
Compare
Choose a tag to compare

Security

Fixed bug in hashing to field when computing and verifying ECDSA signatures (#427, fix #428). Thanks @samngmco for reporting.

Full Changelog: v0.11.0...v0.11.1

v0.10.1

11 Jul 14:49
Compare
Choose a tag to compare

Security

Fixed bug in hashing to field when computing and verifying ECDSA signatures (#427, fix #428). Thanks @samngmco for reporting.

Full Changelog: v0.10.0...v0.10.1

v0.9.2

11 Jul 15:05
Compare
Choose a tag to compare

Security

Fixed bug in hashing to field when computing and verifying ECDSA signatures (#427, fix #428). Thanks @samngmco for reporting.

Full Changelog: v0.9.1...v0.9.2

v0.11.0

02 May 20:04
441dc0f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

30 Mar 14:29
f93a56c
Compare
Choose a tag to compare

What's Changed

Fixes

  • fix: invalid infinity point decoding throws error by @gbotrel in #363

New features / refactor

Perf

New Contributors

Full Changelog: v0.9.1...v0.10.0

v0.9.1

14 Feb 19:46
8f7ca09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

05 Jan 20:14
a628c68
Compare
Choose a tag to compare

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