Skip to content

Releases: dusk-network/bls12_381

v0.14.2

17 Feb 15:46
bac4ef2
Compare
Choose a tag to compare

0.14.2 - 2025-2-17

Added

  • Add to_be_bytes to scalar [#151]

Changed

  • Change from_bytes and to_bytes methods in Scalar to use original implementation [#154]

v0.14.1

05 Feb 13:53
21551ef
Compare
Choose a tag to compare

0.14.1 - 2025-02-05

Added

  • Add extern crate alloc declaration in serde modules that use the alloc crate [#148]

v0.14.0 [YANKED]

29 Jan 15:33
d33150c
Compare
Choose a tag to compare

0.14.0 - 2025-01-29

Changed

  • Change serde implementations of G2Prepared, Fp6, Fp2, Fp, G2Affine, G1Affine, Scalar [#145]

v0.13.0

13 Dec 10:02
468fb0f
Compare
Choose a tag to compare

0.13.0 - 2023-12-13

Removed

  • Remove uni_random from scalar [#135]

Added

  • Add from_var_bytes to scalar [#133] and refactor and rename to hash_to_scalar [#137]

Release 0.12.3

01 Nov 10:46
4363152
Compare
Choose a tag to compare

0.12.3 - 2023-11-01

Added

  • Add uni_random scalar generation [#125]

Changed

  • Change Hash derive on Scalar to explicit implementation [#106]

Release 0.12.2

11 Oct 14:39
c9790e0
Compare
Choose a tag to compare

0.12.2 - 2023-10-11

Fixed

  • Fix no-default-features

Release 0.12.1

11 Oct 13:30
6165e27
Compare
Choose a tag to compare

0.12.1 - 2023-10-11

Changed

  • Expose scalar::GENERATOR constant

Release `0.12.0`

07 Jun 10:06
ca540f0
Compare
Choose a tag to compare

Added

  • Align crate with upstream zkcrypto/bls12_381 [#117]

Removed

  • Remove scalar field generator [#100]
  • Remove canonical and canonical_derive dependency [#108]

Changed

  • Rename serde_req feature to serde [#117]
  • Separate Dusk's additions from the original crate [#109]

Release `0.11.3`

17 May 09:52
ce28729
Compare
Choose a tag to compare

0.11.3 - 2023-05-17

Changed

  • Update issue links in CHANGELOG [#84]

Fixed

  • Fix documentation links [#93]
  • Fix Cargo.toml invalid categories [#75]

v0.11.2

10 Nov 13:30
Compare
Choose a tag to compare

Fixed

  • Fixed rkyv-impl feature by bringing in rkyv/alloc on alloc feature
  • Make g1 and g2 Archived* structs only available on rkyv-impl