Struct signatory::providers::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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ECDSAVerifier
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for ECDSAVerifier
[src]

impl PartialEq for ECDSAVerifier
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Hash for ECDSAVerifier
[src]

[src]

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

1.3.0
[src]

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

impl Verifier<Secp256k1> for ECDSAVerifier
[src]

[src]

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

[src]

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

impl FixedSizeInputVerifier<Secp256k1> for ECDSAVerifier
[src]

[src]

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

[src]

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

Auto Trait Implementations

impl Send for ECDSAVerifier

impl Sync for ECDSAVerifier