Skip to content

Releases: noir-lang/noir_base64

v0.3.0

30 Oct 18:07
ab4f222
Compare
Choose a tag to compare

0.3.0 (2024-10-30)

⚠ BREAKING CHANGES

  • add padding support & make it optional (#21)

Features

  • Add padding support & make it optional (#21) (d9bd959)
  • Add support for base64url alphabet (#24) (dfed9dd)

Bug Fixes

  • Formatting error in test with nightly compiler (#18) (4bc4c4b)

v0.2.3

17 Oct 13:21
eb933f2
Compare
Choose a tag to compare

0.2.3 (2024-10-17)

Bug Fixes

  • Reversed encoding/decoding and related errors (#14) (cc5b18a)

v0.2.2

11 Oct 10:53
4431d08
Compare
Choose a tag to compare

0.2.2 (2024-10-04)

Bug Fixes

  • Update to support noir 0.34.0 (#6) (367e2d4)

v0.2.1

11 Sep 18:48
e7a6a9e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

31 Jul 15:42
e018498
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.

initial release

16 Jul 22:05
Compare
Choose a tag to compare

it's a base64 encoding/decoding library. much encoding. much wow.