Struct signatory_secp256k1::ECDSAVerifier[][src]

pub struct ECDSAVerifier;

ECDSA verifier provider for the secp256k1 crate

Trait Implementations

impl Copy for ECDSAVerifier
[src]

impl Clone for ECDSAVerifier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ECDSAVerifier
[src]

Formats the value using the given formatter. Read more

impl Eq for ECDSAVerifier
[src]

impl PartialEq for ECDSAVerifier
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for ECDSAVerifier
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl RawDigestVerifier<Secp256k1> for ECDSAVerifier
[src]

Verify an ASN.1 DER-encoded ECDSA signature against the given public key

Verify a fixed-sized (a.k.a. "compact") ECDSA signature against the given public key

Auto Trait Implementations