Enum pretty_good::StringToKey [] [src]

pub enum StringToKey {
    Simple(HashAlgorithm),
    Salted(HashAlgorithm[u8; 8]),
    IteratedSalted(HashAlgorithm[u8; 8]u32),
}

Variants

Methods

impl StringToKey
[src]

Trait Implementations

impl Clone for StringToKey
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for StringToKey
[src]

impl Debug for StringToKey
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for StringToKey

impl Sync for StringToKey