Enum sit_core::hash::HashingAlgorithm
[−]
[src]
pub enum HashingAlgorithm {
Blake2b {
size: usize,
},
SHA1,
}Enumerates known hashing algorithm. Its content depends on features enabled during build-time
Variants
Blake2bBLAKE2b algorithm
Fields of Blake2b
size: usize | digest size |
SHA1SHA-1 algorithm
Methods
impl HashingAlgorithm[src]
Trait Implementations
impl Debug for HashingAlgorithm[src]
impl Clone for HashingAlgorithm[src]
fn clone(&self) -> HashingAlgorithm[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more