Enum sda_protocol::VerificationKey [] [src]

pub enum VerificationKey {
    Sodium(B32),
}

Verification key for signatures.

Variants

Standard sodium verifacation key (Ed25519).

Trait Implementations

impl Clone for VerificationKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VerificationKey
[src]

Formats the value using the given formatter.

impl Eq for VerificationKey
[src]

impl PartialEq for VerificationKey
[src]

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

This method tests for !=.