Enum sda_protocol::AdditiveEncryptionScheme [] [src]

pub enum AdditiveEncryptionScheme {
    Sodium,
}

Supported additive encryption schemes and their parameters.

Variants

Standard sodium encryption (Curve25519, XSalsa20, Poly1305).

Methods

impl AdditiveEncryptionScheme
[src]

Derived properties of the additive encryption schemes.

Trait Implementations

impl Clone for AdditiveEncryptionScheme
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AdditiveEncryptionScheme
[src]

Formats the value using the given formatter.

impl Eq for AdditiveEncryptionScheme
[src]

impl PartialEq for AdditiveEncryptionScheme
[src]

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

This method tests for !=.