Files
RustCrypto-signatures/.github/workflows
Tony Arcieri 9cba7dff2f ecdsa: Verifier facade (gated under verifier feature) (#110)
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.
2020-07-31 10:24:04 -07:00
..
2020-03-16 10:42:18 -07:00