Enum emerald_core::keystore::KdfDepthLevel [] [src]

pub enum KdfDepthLevel {
    Normal,
    High,
    Ultra,
}

Security level for Kdf

Variants

Security level used by default

Advanced security level

Top security level (consumes more CPU time)

Trait Implementations

impl Clone for KdfDepthLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for KdfDepthLevel
[src]

impl Debug for KdfDepthLevel
[src]

Formats the value using the given formatter.

impl Display for KdfDepthLevel
[src]

Formats the value using the given formatter. Read more

impl FromStr for KdfDepthLevel
[src]

The associated error which can be returned from parsing.

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

impl Default for KdfDepthLevel
[src]

Returns the "default value" for a type. Read more