Struct ring::signature::ECDSAVerification[][src]

pub struct ECDSAVerification { /* fields omitted */ }

An ECDSA verification algorithm.

Trait Implementations

impl Debug for Algorithm
[src]

Formats the value using the given formatter. Read more

impl VerificationAlgorithm for Algorithm
[src]

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

Auto Trait Implementations

impl Send for Algorithm

impl Sync for Algorithm