Releases: noir-lang/noir-bignum
Releases · noir-lang/noir-bignum
v0.4.2
v0.4.1
v0.4.0
0.4.0 (2024-11-01)
⚠ BREAKING CHANGES
- refactor library architecture (#36)
- bump minimum noir version to 0.35.0 and address privacy warnings #24
Features
- Added modular square root computation and fully constrained
derive_from_seed
method (#32) (20e03b0) - Refactor library architecture (#36) (4fa65f6)
Bug Fixes
v0.3.7
What's Changed
- feat: added modular square root computation and fully constrained
derive_from_seed
method by @zac-williamson in #32
Full Changelog: v0.3.6...v0.3.7
v0.3.6
What's Changed
- fix: bump minimum noir version to 0.35.0 and address privacy warnings by @TomAFrench in #24
- chore: remove formatter from canary by @TomAFrench in #30
- fix: fixed reduction parameter error by @zac-williamson in #31
Full Changelog: v0.3.5...v0.3.6
v0.3.5
v0.3.4
fix: remove function which was ignoring compiler warning to not do th…
v0.3.3: Merge pull request #18 from noir-lang/tf/update-to-le-bytes
This release updates the minimum supported noir version to 0.34.0
v0.3.2: Merge pull request #13 from noir-lang/tf/fix-bad-generics
This release moved a impl method which never used a generic method (such that this type would never be determined) as this is now an error in the Noir compiler.