Enum sda_protocol::Signature [] [src]

pub enum Signature {
    Sodium(B64),
}

Signature.

Variants

Standard sodium signature (Ed25519).

Trait Implementations

impl Clone for Signature
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Signature
[src]

Formats the value using the given formatter.

impl Eq for Signature
[src]

impl PartialEq for Signature
[src]

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

This method tests for !=.