Skip to content

Releases: noir-lang/noir_bigcurve

v0.13.2

20 Feb 12:11
7134e33

Choose a tag to compare

0.13.2 (2026-02-20)

Features

  • Update dependency versions for bignum and poseidon (#109) (f116f40)

v0.13.1

19 Feb 17:45
cca92c7

Choose a tag to compare

0.13.1 (2026-02-19)

Bug Fixes

v0.13.0

06 Feb 12:31
96c13da

Choose a tag to compare

0.13.0 (2026-02-06)

⚠ BREAKING CHANGES

  • update dependencies and bump CI Noir version (#102)

Bug Fixes

  • Enforce correctness of generator points (#104) (e834c82)

Miscellaneous Chores

  • Update dependencies and bump CI Noir version (#102) (44064d0)

v0.12.0

14 Nov 14:55
99ec9b0

Choose a tag to compare

0.12.0 (2025-11-14)

⚠ BREAKING CHANGES

  • update bignum dependency to version 0.8.2 (#95)

Bug Fixes

  • Add ScalarField WNAF validation for N >= 64 (#80) (c13415f)

Miscellaneous Chores

  • Update bignum dependency to version 0.8.2 (#95) (cecb6b6)

v0.11.0

14 Aug 17:50
d121c95

Choose a tag to compare

0.11.0 (2025-08-14)

⚠ BREAKING CHANGES

  • bump to use bignum v0.8.0 (#93)

Miscellaneous Chores

v0.10.0

28 Jul 15:57
bb66196

Choose a tag to compare

0.10.0 (2025-07-28)

⚠ BREAKING CHANGES

  • bump bignum to 0.7.4 (#88)
  • make derive_curve_impl public (#82)
  • remove some methods from BigCurveTrait (#69)
  • create separate BigCurveTrait implementations for each curve (#65)

Features

  • Add benchmarks (#87) (54de613)
  • Create separate BigCurveTrait implementations for each curve (#65) (7cff316)
  • Make derive_curve_impl public (#82) (4cfe4f6)
  • Remove conditional select (#74) (31ae850)
  • Remove CurveParamsTrait (#73) (59bde3b)
  • Remove Trait suffix from BigCurveTrait (#71) (4aed759)
  • Use to_le_bytes and bitwise operations to replace to_le_radix (#75) (6adb77c)

Bug Fixes

  • Avoid using private export of ScalarField in macro (#89) (200362a)
  • Bump bignum v0.7.5 (#91) (8390174)

Miscellaneous Chores

v0.9.0

06 Jun 11:14
3c059c8

Choose a tag to compare

0.9.0 (2025-06-06)

⚠ BREAKING CHANGES

  • bump bignum version to 0.7.3 (#49)
  • bump bignum to 0.7.2 (#47)

Features

Bug Fixes

Miscellaneous Chores

v0.8.0

16 May 10:31
11f99b9

Choose a tag to compare

0.8.0 (2025-05-16)

⚠ BREAKING CHANGES

  • bump to bignum v0.7.1 (#46)

Features

Bug Fixes

v0.7.0

27 Mar 13:09
5d94faa

Choose a tag to compare

0.7.0 (2025-02-25)

⚠ BREAKING CHANGES

  • bump bignum version to v0.6.0 (#40)

Miscellaneous Chores

v0.6.0

13 Feb 00:19
c36268d

Choose a tag to compare

0.6.0 (2025-02-09)

⚠ BREAKING CHANGES

  • bump bignum to v0.5.0 (#30)

Features