Struct ring::signature::ECDSAVerificationAlgorithm [] [src]

pub struct ECDSAVerificationAlgorithm { /* fields omitted */ }

An ECDSA verification algorithm.

Trait Implementations

impl Debug for ECDSAVerificationAlgorithm
[src]

[src]

Formats the value using the given formatter.

impl VerificationAlgorithm for ECDSAVerificationAlgorithm
[src]

[src]

Verify the signature signature of message msg with the public key public_key. Read more