Enum emerald_rs::keystore::Prf [] [src]

pub enum Prf {
    HmacSha256,
}

Pseudo-Random Functions (PRFs)

Variants

HMAC-SHA-256 (specified in (RFC 4868)[https://tools.ietf.org/html/rfc4868])

Methods

impl Prf
[src]

[src]

Calculate hashed message authentication code using SHA-256 digest

Trait Implementations

impl Clone for Prf
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Prf
[src]

impl Debug for Prf
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Prf
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for Prf
[src]

impl Default for Prf
[src]

[src]

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

impl FromStr for Prf
[src]

The associated error which can be returned from parsing.

[src]

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

impl Display for Prf
[src]

[src]

Formats the value using the given formatter. Read more