Releases: penumbra-zone/decaf377-rdsa
Releases · penumbra-zone/decaf377-rdsa
0.11.0
0.7.0
What's Changed
- use recently audited version of decaf377 by @redshiftzero in #17
Full Changelog: 0.6.0...0.7.0
0.6.0
What's Changed
- use 0.4.x series of Arkworks dependencies by @redshiftzero in #16
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- feat: impl From<SigningKey> for VerificationKey by @redshiftzero in #1
- feat: add impl From<&VerificationKey> for [u8; 32] by @redshiftzero in #2
- Add an
Fr
constructor forSigningKey
s by @hdevalence in #4 - fix: use FieldExt trait (renamed in decaf377) by @redshiftzero in #5
- feat: add method for checking if VerificationKey is identity by @redshiftzero in #6
- Make
SpendAuth
signatures independent of the decaf377 hash-to-group mechanism. by @hdevalence in #8 - Add nicer hex-formatted Debug impls by @hdevalence in #9
- Fix Eq impls by @hdevalence in #10
- Add .to_bytes() methods by @hdevalence in #11
- Add TryFrom<&[u8]> impls by @hdevalence in #12
- Add Ord, PartialOrd impls by @hdevalence in #13
- update to use renamed methods in decaf377 by @redshiftzero in #14
- chore: update decaf377 to published 0.3 crates release, disable default parallelism by @redshiftzero in #15
Full Changelog: https://github.com/penumbra-zone/decaf377-rdsa/commits/0.5.0