Enum sda_protocol::Encryption 
                   
                       [−]
                   
               [src]
pub enum Encryption {
    Sodium(Binary),
}Encryption (or ciphertext).
Variants
Sodium(Binary)Standard sodium encryption (Curve25519, XSalsa20, Poly1305).
Trait Implementations
impl Clone for Encryption[src]
fn clone(&self) -> Encryption
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for Encryption[src]
impl PartialEq for Encryption[src]
fn eq(&self, __arg_0: &Encryption) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Encryption) -> bool
This method tests for !=.