Enum gcrypt::kdf::Algorithm [] [src]

pub enum Algorithm {
    SimpleS2K,
    SaltedS2K,
    IteratedSaltedS2K,
    Pbkdf1,
    Pbkdf2,
    Scrypt,
    Other(c_int),
}

Variants

Methods

impl Algorithm
[src]

[src]

[src]

Trait Implementations

impl Copy for Algorithm
[src]

impl Clone for Algorithm
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Algorithm
[src]

impl PartialEq for Algorithm
[src]

[src]

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

[src]

This method tests for !=.

impl Hash for Algorithm
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for Algorithm
[src]

[src]

Formats the value using the given formatter.