Skip to content

Releases: dusk-network/Poseidon252

v0.6.3

Choose a tag to compare

@CPerezz CPerezz released this 02 Sep 11:28
51fcc8f

[0.6.3] - 01-09-20

Added

  • Fixed_len hashing tools with variable input and output scalars.

v0.6.2

Choose a tag to compare

@vlopes11 vlopes11 released this 28 Aug 02:09
0d424ea

[0.6.2] - 27-08-20

Added

  • PoseidonCipher zk encrypt and decrypt functions.

v0.6.1

Choose a tag to compare

@CPerezz CPerezz released this 13 Aug 19:59
1732941

[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

Choose a tag to compare

@CPerezz CPerezz released this 07 Aug 10:57

[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

v0.6.0-alpha Pre-release
Pre-release

Choose a tag to compare

@CPerezz CPerezz released this 03 Aug 19:00
1552e58
Merge pull request #44 from dusk-network/fix_pi_constraint

Fix pi constraints & update lib docs

v0.5.0

Choose a tag to compare

@CPerezz CPerezz released this 15 Jun 13:12
8b8427a
  • Addition of PoseidonTree data structure with storage capabilities.