Skip to content

Releases: dusk-network/bls12_381-bls

v0.3.0

24 Apr 14:01
v0.3.0
948f1b8
Compare
Choose a tag to compare

0.3.0 - 2024-04-24

Changed

  • Check validity of PublicKey and Signature points in signature verification [#7]
  • Check validity of PublicKey points when aggregating them [#8]

Added

  • Add is_valid check for PublicKey [#7]
  • Add Error::InvalidPoint variant for invalid PublicKey and Signature points [#7]
  • Add Zeroize trait for SecretKey [#5]

Removed

  • Remove Copy trait for SecretKey [#5]
  • Remove separate checks for point validity in PublicKey and Signature in favor of a singular is_valid

v0.2.0

28 Feb 11:11
ffb6d6c
Compare
Choose a tag to compare

0.2.0 - 2024-02-28

Changed

  • Change the implementation for hashing a slice of bytes into a BlsScalar to BlsScalar::hash_to_scalar [#3]

v0.1.0

08 Jan 14:34
04f54b4
Compare
Choose a tag to compare
  • Add initial commit, this package continues the development of dusk-bls12_381-sign@v0.6.0 under the new name: bls12_381-bls and without the go related code.