Entries are listed in reverse chronological order.
- Update decaf377 version to 0.10.1
- Add
u32_backend
feature.
- Delete experimental FROST support (will move to another crate).
- Add missing Serde traits on Domain marker types.
- Improve nonce generation and add
sign_deterministic
.
- Add experimental FROST support (may be removed later).
- Use 0.5 series of decaf377 dependencies.
- Use 0.4 series of Arkworks dependencies.
- Add
Ord
,PartialOrd
toVerificationKey
,VerificationKeyBytes
so they can be used with BTrees.
- Add
TryFrom<&[u8]>
impls to complement array conversions.
- Add convenience
.to_bytes()
methods that work like.into()
but don't require type inference.
- Generalize
Eq
,PartialEq
impls forVerificationKeyBytes
,Signature
to avoid a derivedD: Domain + PartialEq
bound. - Add
Eq
,PartialEq
impls forVerificationKey
.
- Initial development version