Skip to content

Releases: noir-lang/noir-bignum

v0.3.6

10 Oct 17:58
c312ef7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.5...v0.3.6

v0.3.5

02 Oct 14:40
615937a
Compare
Choose a tag to compare

0.3.5 (2024-10-02)

Features

  • Bignum uses generic arithmetic instead of clunky ArrayX struct (#17) (08f5710)

v0.3.4

18 Sep 14:51
bb348ac
Compare
Choose a tag to compare
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

13 Sep 16:21
625cca6
Compare
Choose a tag to compare

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

29 Aug 18:59
5d3f013
Compare
Choose a tag to compare

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.

v0.3.1

26 Aug 16:25
eecc4c3
Compare
Choose a tag to compare

In order to compile with Noir nightly v0.33.0 we have to do a workaround to cast the right hand side of a bit shift.

v0.3.0

31 Jul 15:13
83a4d3b
Compare
Choose a tag to compare

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.

v0.2.2, now with parametrised uints

28 Jul 21:41
Compare
Choose a tag to compare

Added more fields, simplified interface

27 Jul 02:38
Compare
Choose a tag to compare

Updated BigNum interface

24 Jul 19:57
Compare
Choose a tag to compare