mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
b95afa6169
Adds a `ecdsa::signer::Signer` facade which handles parsing of `SecretKey` data and zeroization of the private scalar. The implementation is generic over the elliptic curve and digest function, providing a `RandomizedDigestSigner` impl, and also when the curve type impls `DigestPrimitive`, a `RandomizedSigner` impl.