Skip to content

Latest commit

 

History

History
303 lines (189 loc) · 7.89 KB

CHANGELOG.md

File metadata and controls

303 lines (189 loc) · 7.89 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.15.1 - 2025-02-13

Added

  • Added map_to_point and unmap_from_point methods #149

0.15.0 - 2025-02-05

Changed

  • Update dependency dusk-bls12_381 to 0.14

0.14.2 - 2024-12-13

Added

  • Add serde Serialize and Deserialize implementations for Fr, AffinePoint and ExtendedPoint #143
  • Add serde, hex and serde_json optional dependencies #143
  • Add serde feature #143

0.14.1 - 2024-04-24

Added

  • Add Zeroize trait for JubJubScalar, JubJubAffine and JubJubExtended #135
  • Add zeroize optional dependency #135
  • Add is_on_curve check for JubJubAffine and JubJubExtended #137

0.14.0 - 2023-12-13

Removed

  • Remove dusk's implementation of Fr::random #127

Added

  • Add from_var_bytes to fr #126 and refactor and rename to hash_to_scalar #129
  • Add hash_to_point to ExtendedPoint #129

Changed

  • Update dependency bls12_381 to 0.13

0.13.1 - 2023-10-11

Changed

  • Expose EDWARDS_D constant

0.13.0 - 2023-06-07

Added

  • Add more tests for wnaf computation #104

Changed

  • Merge upstream changes from zkcrypto #115

Removed

  • Remove canonical and canonical_derive dependency #109

0.12.1 - 2022-10-19

Added

  • Add support for rkyv-impl under no_std

0.12.0 - 2022-08-17

Added

  • Add CheckBytes implementations on rkyved structures
  • Add rkyv implementations on structures #95

Changed

  • Update dusk-bls12_381 to version 0.11

0.11.1 - 2022-04-06

Added

  • Add const directive to JubJubExtended #93

0.10.1 - 2021-09-08

Fixed

  • Fix ZZIP-216 bug with neg identity encoding #82

0.10.0 - 2021-04-28

Changed

  • Update dusk-bls12_381 to 0.8.0 #73
  • Update canonical to 0.6.0 #78

0.9.0 - 2021-04-12

Changed

  • Set blake2 as dev dependency #64

Fixed

  • Fix no_std compatibility #67

0.8.1 - 2021-02-09

Changed

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

0.8.0 - 2021-01-27

Changed

  • Update canonical to v0.5

0.7.0 - 2021-01-14

Added

  • Add Serializable trait to all structures

Changed

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

Removed

  • Remove manual implementation of from_bytes and to_bytes from all structures

0.6.0 - 2021-01-05

Changed

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

0.5.0 - 2020-11-09

Changed

  • 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

0.4.0 - 2020-11-03

Changed

  • Derive Canon for ExtendedPoint
  • Add canonical dependencies behind feature flag

0.3.10 - 2020-11-02

Changed

  • Derive Canon for Fr and AffinePoint

0.3.9 - 2020-10-29

Changed

  • Update dusk-bls12_381 to 0.1.5

0.3.8 - 2020-09-11

Changed

  • Update to latest subtle & dusk-bls12_381 versions

0.3.7 - 2020-08-19

Added

  • Add ExtendedPoint::to_hash_inputs

0.3.6 - 2020-08-13

Added

  • Use standard docs.rs documentation engine #35
  • Add no_std as optional feature #33
  • Add ElGamal encryption scheme #32
  • Make generators available as extended points #31

0.3.5 - 2020-07-29

Fixed

  • Fix JubJub::random causing stack overflow #25

0.3.4 - 2020-07-28

Fixed

  • Fix dhke to return an elliptic curve point instead of scalar

0.3.3 - 2020-07-25

Fixed

  • Fix GENERATOR_NUMS value and add tests to check it's correct

0.3.2 - 2020-07-24

Added

  • Add GENERATOR_NUMS & export it

0.3.1 - 2020-07-17

Added

  • Export curve-generator
  • Add getters for point coordinates in AffinePoint and ExtendedPoint
  • Implement DHKE functionality
  • Implement random for Fr
  • Implement WNaf for Fr

Removed

  • Remove no_std compatibility.

0.3.0 - 2019-12-04

Initial fork from zkcrypto/jubjub