Enum sda_protocol::Encryption [] [src]

pub enum Encryption {
    Sodium(Binary),
}

Encryption (or ciphertext).

Variants

Standard sodium encryption (Curve25519, XSalsa20, Poly1305).

Trait Implementations

impl Clone for Encryption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Encryption
[src]

Formats the value using the given formatter.

impl PartialEq for Encryption
[src]

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

This method tests for !=.