Enum snow::params::CipherChoice [] [src]

pub enum CipherChoice {
    ChaChaPoly,
    AESGCM,
}

One of ChaChaPoly or AESGCM, per the spec.

Variants

Trait Implementations

impl PartialEq for CipherChoice
[src]

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

This method tests for !=.

impl Copy for CipherChoice
[src]

impl Clone for CipherChoice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CipherChoice
[src]

Formats the value using the given formatter.

impl FromStr for CipherChoice
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more