Skip to content

Releases: dusk-network/Poseidon252

v0.6.1

13 Aug 19:59
1732941
Compare
Choose a tag to compare

[0.6.1] - 13-08-20

Changed

  • add_constant_witness method replacement by add_witness_to_circuit_description.
  • Make tests return an anyhow::Result and remove expect and unwrap usage.
  • Changed dusk-plonk version to v0.2.7.
  • Changed Hades252 version to v0.7.0.

v0.6.0

07 Aug 10:57
Compare
Choose a tag to compare

[0.6.0] - 07-08-20

Changed

  • Use dusk-plonk v0.2.0 as dependency.
  • Refactor the tests related to Proof generation to work with the Prover&Verifier abstraction.

Fixed

  • Constrain eom in sponge_hash function.

Added

  • Poseidon cipher encryption, decryption and plonk gadget for zk prove of encryption with a key.

v0.6.0-alpha

03 Aug 19:00
1552e58
Compare
Choose a tag to compare
v0.6.0-alpha Pre-release
Pre-release
Merge pull request #44 from dusk-network/fix_pi_constraint

Fix pi constraints & update lib docs

v0.5.0

15 Jun 13:12
8b8427a
Compare
Choose a tag to compare
  • Addition of PoseidonTree data structure with storage capabilities.