Releases: noir-lang/noir_rsa
Releases · noir-lang/noir_rsa
v0.4.0
0.4.0 (2024-11-08)
⚠ BREAKING CHANGES
- update to noir-bignum v0.4.1 (#30)
Features
- Update to noir-bignum 0.3.6 and nargo 0.35.0 (#23) (8784b19)
- Update to noir-bignum v0.4.1 (#30) (e54d13d)
v0.3.1
0.3.1 (2024-10-04)
Bug Fixes
v0.3.0: Merge pull request #1 from codeesura/main
test: refactor and format test functions
v0.2
The previous versions of Noir allowed numeric generics of u64 types. In nargo 0.32.0, only numeric generics of u32 and smaller are allowed. This release is up to date with nargo v0.32.0.
We also updated our noir-bignum dependency to v0.3.0 here.