Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 19:29
· 1 commit to fbca8b86e6ed3e6df918a58ed8b39942a82d9c66 since this release
6a5280f

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

  • Bump minimum noir version to 0.35.0 and address privacy warnings #24 (fc53098)
  • Fixed reduction parameter error (#31) (c312ef7)
  • Remove unnecessary generic (#42) (1eb64aa)