Skip to content

Releases: dusk-network/Poseidon252

v0.12.0

03 Nov 20:14
f5906e1
Compare
Choose a tag to compare

[0.12.0] - 03-11-20

Added

  • Gate-featured canonical impl.
  • PoseidonAnnotation as generic to support walkable implementations

v0.11.0

02 Nov 08:15
7fc65b6
Compare
Choose a tag to compare

[0.11.0] - 30-10-20

Changed

  • Bump hades252 to v0.10.0
  • Major refactor on the poseidon tree to comply with the simplifications provided by microkelvin

v0.10.0

05 Oct 17:48
4e8f3fa
Compare
Choose a tag to compare

[0.10.0] - 05-10-20

Changed

  • Bump hades252 to v0.9.0

v0.9.0

05 Oct 09:09
c5943b9
Compare
Choose a tag to compare

[0.9.0] - 04-10-20

Added

  • root() fn for PoseidonBranch.

Changed

  • Padding implementation for PoseidonBranch with opening gadgets.

Removed

  • Extension fn's from the crate.

v0.8.1

01 Oct 21:45
425a9e2
Compare
Choose a tag to compare

[0.8.1] - 01-10-20

Changed

  • Implement inner and inner_mut methods on PoseidonTree

v0.8.0

29 Sep 12:07
4b14083
Compare
Choose a tag to compare

[0.8.0] - 29-09-20

Changed

  • Use dusk-plonk v0.2.11
  • Use hades252 0.8.0

v0.7.0

23 Sep 10:10
0619f01
Compare
Choose a tag to compare

[0.7.0] - 23-09-20

Changed

  • Removed PI constraint from merkle_opening_gadget to implement
    CircuitBuilder trait.
  • Use nstack 0.5.0

v0.6.4

07 Sep 14:31
9044dfa
Compare
Choose a tag to compare

[0.6.4] - 07-09-20

Added

  • PoseidonCipher from/to bytes.

v0.6.3

02 Sep 11:28
51fcc8f
Compare
Choose a tag to compare

[0.6.3] - 01-09-20

Added

  • Fixed_len hashing tools with variable input and output scalars.

v0.6.2

28 Aug 02:09
0d424ea
Compare
Choose a tag to compare

[0.6.2] - 27-08-20

Added

  • PoseidonCipher zk encrypt and decrypt functions.