Releases: noir-lang/noir_bigcurve
Releases · noir-lang/noir_bigcurve
v0.5.0
Added hash to curve and predefined curves
What's Changed
- chore: update tested noir version and turn on formatter by @TomAFrench in #5
- chore: add release-please by @TomAFrench in #6
- feat: added predefined curves by @zac-williamson in #8
Full Changelog: v0.3.1...v0.4
v0.3.1
Fixed problem where generics were not correctly set for curves with coordinate fields >= 256 bits
Full Changelog: v0.3...v0.3.1
v0.3
Fixes two bugs, which broke Curve::sub_with_hint
, Curve::add_with_hint
and ScalarField::zero
Updated to use latest BigNum library, which unlocks the msm
and evaluate_linear_expression
methods (previously failed due to brillig stack too deep errors)
v0.2
initial release
Merge pull request #1 from zac-williamson/main updated big curve to work with v0.2 bignum