Skip to content

Releases: dusk-network/plonk

v0.2.3

29 Jul 13:58
e656df0
Compare
Choose a tag to compare

[0.2.2] - 29-07-20

Changed

  • Changed dusk-jubjub version to v0.3.4 to update dhke protocol.

v0.2.2

25 Jul 11:03
6da6e05
Compare
Choose a tag to compare

[0.2.2] - 25-07-20

Added

  • Method to create constrained witness values. @CPerezz

Changed

  • Visibility of the Proof::verify() fn to pub(crate). @CPerezz
  • Changed dusk-jubjub version to v0.3.3 since v0.3.2 was yanked.

v0.2.1 [yanked]

24 Jul 14:52
30518a7
Compare
Choose a tag to compare

[0.2.1] - 24-07-20 [yanked]

Added

  • Method to create constrained witness values. @CPerezz

Changed

  • Visibility of the Proof::verify() fn to pub(crate). @CPerezz

v0.2.0

20 Jul 16:18
a44eb17
Compare
Choose a tag to compare

[0.2.0] - 20-07-20

Added

Changed

  • Widget splitting to modularize the codebase @kevaundray

Fixed

  • Bug in "front-end" assertions in logic_constraint gates @CPerezz
  • Broken links in the docs @CPerezz

Removed

  • Serde support for the time being.

Plonk implementation launch

25 Apr 23:41
f2e8891
Compare
Choose a tag to compare

[0.1.0] - 25-04-20

Added

  • PLONK algorithm implementation.
  • Example folders.
  • Doc notes with kateX.
  • KZG10 polynomial commitment scheme implementation.
  • fft module with Polynomial ops implemented.
  • Proof system module.

Changed

Fixed

Removed