Skip to content

v0.23.0

Compare
Choose a tag to compare
@moCello moCello released this 13 Dec 15:42
· 178 commits to master since this release
e7c437d

0.23.0 - 2023-12-13

Removed

  • Remove HexDebug trait for keys [#136]
  • Remove public_key and view_key methods from SecretKey in favor of the From trait [#136]
  • Remove public_key method from ViewKey in favor of the From trait [#136]

Added

  • Derive Debug trait for keys [#136]

Changed

  • Update dusk-bls12_381 -> 0.13
  • Update dusk-jubjub -> 0.14
  • Update dusk-poseidon -> 0.32
  • Update bls12_381-sign -> 0.6
  • Update dusk-schnorr -> 0.17