Module signatory::ecdsa::verifier[][src]

Trait for ECDSA verifiers

Traits

RawDigestDERVerifier

Verify a raw message the same size as the curve's field (i.e. without first computing a SHA-2 digest of the message)

RawDigestFixedVerifier

Verify a raw message the same size as the curve's field (i.e. without first computing a SHA-2 digest of the message)

SHA256DERVerifier

Verifier for ECDSA signatures which first hashes the input message using the SHA-2 function whose digest matches the size of the elliptic curve's field.

SHA256FixedVerifier

Verifier for ECDSA signatures which first hashes the input message using the SHA-2 function whose digest matches the size of the elliptic curve's field.