Skip to content

Releases: iden3/go-iden3-crypto

v2.0.0

21 Jan 11:28
4c63aa3
Compare
Choose a tag to compare

Breaking changes!

  • Functions return errors instead of panicking.
  • Removed custom sponge construct on top of Poseidon.

What's Changed

New Contributors

Full Changelog: v0.0.17...v2.0.0

v0.0.17

10 Sep 00:55
d59dca8
Compare
Choose a tag to compare

What's Changed

  • Add support to return multiple states from Poseidon hash by @jimthematrix in #66

New Contributors

Full Changelog: v0.0.16...v0.0.17

v0.0.16

16 Feb 02:49
Compare
Choose a tag to compare

What's Changed

  • PID-676: support hash interface for poseidon; support golang crypto interfaces… by @ilya-korotya in #55
  • Add HashWithState to increase its scalability by @hunshenshi in #60

New Contributors

Full Changelog: v0.0.15...v0.0.16

v0.0.15

25 Apr 13:25
bd5255d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.14...v0.0.15

v0.0.14

08 Mar 18:20
e5cf066
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.13...v0.0.14

v0.0.13

09 Feb 12:23
f4972de
Compare
Choose a tag to compare

Poseidon Sponge Hash implemented

v0.0.12

28 Dec 18:48
69354ae
Compare
Choose a tag to compare

Faster ff arithmetics

v0.0.11

21 Nov 00:59
f597e20
Compare
Choose a tag to compare

Fix Poseidon check that inputs are numbers in Finite Field.

v0.0.10

19 Nov 15:03
64e757c
Compare
Choose a tag to compare

Remove dependency on go-ethereum

v0.0.9

07 Oct 08:15
9c2ca9c
Compare
Choose a tag to compare

Optimized constants initialization for poseidon function