Releases: noir-lang/noir_bigcurve
Releases · noir-lang/noir_bigcurve
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