Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Releases: dusk-network/plonk_gadgets

v0.6.0

Choose a tag to compare

@CPerezz CPerezz released this 05 Jul 20:24
cbc0cff

[v0.6.0] - 06-07-21

Add

  • Add std feature to crate #42

Change

  • Change crate to be no_std by default #42
  • Update rand from v0.7 to v0.8 #42

v0.5.0

Choose a tag to compare

@vlopes11 vlopes11 released this 27 Jan 16:35
f4a29e3

[v0.5.0] - 13-01-21

Change

  • Update dusk-plonk to v0.5.0

v0.4.3

Choose a tag to compare

@LukePearson1 LukePearson1 released this 10 Nov 21:53
d2efb92

[v0.4.3] - 10-11-20

Change

  • Update BlsScalar instance backend

v0.4.2

Choose a tag to compare

@CPerezz CPerezz released this 03 Nov 15:15
f72c3c1

[0.4.2] - 02-11-20

Changed

  • Bumped dusk-plonk to v0.3.3

v0.4.1

Choose a tag to compare

@CPerezz CPerezz released this 02 Nov 18:26
130f6ae

[0.4.1] - 01-11-20

Changed

  • Bumped dusk-plonk to v0.3.2

v0.4.0

Choose a tag to compare

@CPerezz CPerezz released this 05 Oct 18:04
fda4d77

[0.4.0] - 05-10-20

Changed

  • Updated dusk-plonk to v0.3.1

v0.3.0

Choose a tag to compare

@CPerezz CPerezz released this 29 Sep 08:17
ec005a9

[0.2.1] - 29-09-20

Changed

  • dusk_plonk version changed to latest (v0.2.11)

v0.2.1

Choose a tag to compare

@CPerezz CPerezz released this 28 Aug 20:57
0f9d9d7

[0.2.1] - 28-08-20

Changed

  • dusk_plonk version changed to latest (v0.2.8)

v0.2.0

Choose a tag to compare

@CPerezz CPerezz released this 19 Aug 16:55
1d3d312

[0.2.0] - 19-08-20

Added

  • maybe_equal gadget
  • AllocatedScalar helper structure.
  • Lib & code docs.

Changed

  • Integration tests moved to the tests folder.
  • Changed the external API the crate exposes.
  • Rangeproof-related functions (#17)

v0.1.0

Choose a tag to compare

@CPerezz CPerezz released this 17 Aug 10:19
c53bc76

[0.1.0] - 17-08-20

Added

  • Range gadgets taken from the dusk-blindbid library.
  • Inverse rangeproof gadget.

Changed

  • Conditional selection gadgets have been upadated.
  • Switched to latest dusk-plonk version.

Removed

  • Removed all of the ECC-related modules.