All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Re-export
rand_core. Emit compilation error if unstable functionality is enabled by bypassing the preview features. (#683)
Resultalias (#676)
RandomizedDigestSigner(#235)
- RNG generic parameter
RfromRandomizedSigner(#231)
- Note: this release was published without the intended changes
- Upgrade
digestto v0.9; MSRV 1.41+ (#186)
- Upgrade
signature_deriveto v1.0.0-pre.2 (#98)
Initial 1.0 release! 🎉
- Rename
DigestSignature=>PrehashSignature(#96)
- Mark preview features as unstable in
Cargo.toml(#82)
BoxErrortype alias (#81)
- docs.rs rendering (#76)
- Use
Error::sourceinstead of::cause(RustCrypto/signatures#37)
- Remove
allocfeature; MSRV 1.34+ (RustCrypto/signatures#38)
- Revert removal of
DigestSignature(RustCrypto/signatures#33) - 1.0 stabilization proposal (RustCrypto/signatures#32)
- Simplify alloc gating; MSRV 1.36+ (RustCrypto/signatures#28)
- Replace
DigestSignaturetrait with#[digest(...)]attribute (RustCrypto/signatures#27) - signature_derive: Upgrade to 1.x proc macro crates (RustCrypto/signatures#26)
signature_derive: Custom derive support forSigner/Verifier(RustCrypto/signatures#18)
- Have
DigestSigner/DigestVerifiertakeDigestinstance (RustCrypto/signatures#17)
- Initial release