Enum snow::params::HashChoice
source · pub enum HashChoice {
SHA256,
SHA512,
Blake2s,
Blake2b,
}
Expand description
One of the supported SHA-family or BLAKE-family hash choices, per the spec.
Variants§
Trait Implementations§
source§impl Clone for HashChoice
impl Clone for HashChoice
source§fn clone(&self) -> HashChoice
fn clone(&self) -> HashChoice
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more