Skip to content

Releases: dusk-network/jubjub

v0.8.1

09 Feb 11:26
9e51403
Compare
Choose a tag to compare

0.8.1

Change

  • Issue #61 - Fix on default-features prop of dusk-bls12_381 dependency

v0.8.0

27 Jan 16:22
c577c5b
Compare
Choose a tag to compare

0.8.0

Change

  • Update canonical to v0.5

0.7.0

25 Jan 12:54
1625591
Compare
Choose a tag to compare

Add

  • Add Serializable trait to all structures

Remove

  • Remove manual implementation of from_bytes and to_bytes from all structures

Change

  • Change return value of from_bytes from Option / CtOption into Result<Self, Error>

v0.6.0

11 Jan 14:39
cc60446
Compare
Choose a tag to compare

0.6.0

Change

  • Update dusk-bls12_381 to 0.4.0.
  • Update rand_core to 0.6.

v0.5.0

09 Nov 13:36
3663b90
Compare
Choose a tag to compare

0.5.0

Change

  • Update dusk-bls12_381 to 0.3.0.
  • Export Fr as JubJubScalar
  • Create no-std compatibility via feature.
  • Rename AffinePoint to JubJubAffine
  • Rename ExtendedPoint to JubJubExtended

v0.4.0

03 Nov 13:53
0739227
Compare
Choose a tag to compare

0.4.0

Change

  • Derive Canon for ExtendedPoint.
  • Add canonical deps as optional behind a feature flag.

v0.3.7

19 Aug 17:26
Compare
Choose a tag to compare

Add

  • to_hash_inputs method for ExtendedPoint (See #40)

v0.3.6

13 Aug 16:35
11fcf69
Compare
Choose a tag to compare

Add

  • Implements #25 Use standard docs.rs documentation engine.
  • Implements #31 Generators available as extended points.
  • Implements #32 ElGamal encryption scheme.
  • Implements #33 no_std as optional feature

v0.3.5

07 Aug 13:49
6149dbb
Compare
Choose a tag to compare

Fixes #25 - Use bytes wide for JubJubScalar

v0.3.4

28 Jul 12:52
fcc40f2
Compare
Choose a tag to compare

DHKE should return EC point