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

pub struct ECDSAVerificationAlgorithm { /* fields omitted */ }

An ECDSA verification algorithm.

Trait Implementations

impl Debug for ECDSAVerificationAlgorithm
[src]

Formats the value using the given formatter. Read more

impl VerificationAlgorithm for ECDSAVerificationAlgorithm
[src]

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

Auto Trait Implementations

impl Send for ECDSAVerificationAlgorithm

impl Sync for ECDSAVerificationAlgorithm