Releases: iden3/go-iden3-crypto
Releases · iden3/go-iden3-crypto
v2.0.0
Breaking changes!
- Functions return errors instead of panicking.
- Removed custom sponge construct on top of Poseidon.
What's Changed
- fix bbjj api: return err when hash fails while sign/verify by @arnaucube in #57
- Fix utils/CheckBigIntInField by @soon-haari in #67
- Remove byte hasher and sponge hash construct on top of Poseidon by @OBrezhniev in #68
- Sync develop to master by @OBrezhniev in #69
New Contributors
- @soon-haari made their first contribution in #67
Full Changelog: v0.0.17...v2.0.0
v0.0.17
What's Changed
- Add support to return multiple states from Poseidon hash by @jimthematrix in #66
New Contributors
- @jimthematrix made their first contribution in #66
Full Changelog: v0.0.16...v0.0.17
v0.0.16
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
- @ilya-korotya made their first contribution in #55
- @hunshenshi made their first contribution in #60
Full Changelog: v0.0.15...v0.0.16
v0.0.15
What's Changed
- Switch to Apache 2.0 / MIT licenses by @OBrezhniev in #54
Full Changelog: v0.0.14...v0.0.15
v0.0.14
What's Changed
- Golden poseidon hash implementation by @cool-develope in #46
- Neptune Hash Implementation by @cool-develope in #49
- Poseidon Sponge Hash with different frame sizes & Reduce gc pressure by @OBrezhniev in #52
New Contributors
- @cool-develope made their first contribution in #46
Full Changelog: v0.0.13...v0.0.14
v0.0.13
Poseidon Sponge Hash implemented
v0.0.12
Faster ff arithmetics
v0.0.11
Fix Poseidon check that inputs are numbers in Finite Field.
v0.0.10
Remove dependency on go-ethereum