Enum openssl::crypto::hash::Type
[−]
[src]
pub enum Type { MD5, SHA1, SHA224, SHA256, SHA384, SHA512, RIPEMD160, }
Message digest (hash) type.
Variants
MD5 | ||
SHA1 | ||
SHA224 | ||
SHA256 | ||
SHA384 | ||
SHA512 | ||
RIPEMD160 |
Trait Implementations
Derived Implementations
impl Clone for Type
[src]
fn clone(&self) -> Type
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more