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.
SignatureEncoding::encoded_len
(#1283)SignatureEncoding
trait as a replacement for Signature
trait and the now removed AsRef<[u8]>
bound on signatures (#1141)Keypair
trait which returns owned keys instead of borrowed (#1141)derive-preview
has been renamed to derive
and stabilized (#1141)digest-preview
renamed to digest
, still unstable (#1210)hazmat-preview
feature stabilized and removed, always on (#1141)rand-preview
renamed to rand_core
, still unstable (#1210)std
feature is no longer enabled by default (#1141)Keypair
trait renamed to KeypairRef
(#1141)Keypair
/KeypairRef
(#1141)&mut impl CryptoRngCore
RNG arguments (#1147)Signature
trait - replaced by SignatureEncoding
(#1141)hazmat-preview
feature, now always on (#1141)RandomizedPrehashSigner
trait in hazmat
module (#1130)signature_derive
to v1.0.0-pre.7 (#1119)Keypair
type bounds (#1107)hazmat-preview
feature with PrehashSigner
/PrehashVerifier
traits (#1099)signature_derive
to v1.0.0-pre.6 (#1104)Keypair
trait (#1080)signature_derive
dependency to v1.0.0-pre.5 (#1082)hex-literal
dependency to v0.3 (#1083)Display
impl (#791)Result
alias (#676)RandomizedDigestSigner
(#235)R
from RandomizedSigner
(#231)digest
to v0.9; MSRV 1.41+ (#186)signature_derive
to v1.0.0-pre.2 (#98)Initial 1.0 release! 🎉
DigestSignature
=> PrehashSignature
(#96)Cargo.toml
(#82)BoxError
type alias (#81)Error::source
instead of ::cause
(RustCrypto/signatures#37)alloc
feature; MSRV 1.34+ (RustCrypto/signatures#38)DigestSignature
(RustCrypto/signatures#33)DigestSignature
trait with #[digest(...)]
attribute (RustCrypto/signatures#27)signature_derive
: Custom derive support for Signer
/Verifier
(RustCrypto/signatures#18)DigestSigner
/DigestVerifier
take Digest
instance (RustCrypto/signatures#17)