Enum sda_protocol::SigningKey [] [src]

pub enum SigningKey {
    Sodium(B64),
}

Signing key for signatures.

Variants

Standard sodium signature key (Ed25519).

Trait Implementations

impl Clone for SigningKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SigningKey
[src]

Formats the value using the given formatter.

impl Eq for SigningKey
[src]

impl PartialEq for SigningKey
[src]

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

This method tests for !=.