mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
9cba7dff2f
Adds a `ecdsa::verifier::Verifier` facade which handles parsing of `PublicKey` and computing digests of messages, ala the `Signer` facade added in #109. The implementation is generic over the elliptic curve and digest function, providing a `DigestVerifier` impl, and when the curve type impls `DigestPrimitive`, a `Verifier` impl as well.