Enum snow::params::HashChoice [] [src]

pub enum HashChoice {
    SHA256,
    SHA512,
    Blake2s,
    Blake2b,
}

One of the supported SHA-family or BLAKE-family hash choices, per the spec.

Variants

Trait Implementations

impl PartialEq for HashChoice
[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 HashChoice
[src]

impl Clone for HashChoice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HashChoice
[src]

Formats the value using the given formatter.

impl FromStr for HashChoice
[src]

The associated error which can be returned from parsing.

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