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
Methods
impl Type
[src]
impl Type
pub fn md_len(&self) -> usize
[src]
pub fn md_len(&self) -> usize
Returns the length of the message digest.
pub fn evp_md(&self) -> *const EVP_MD
[src]
pub fn evp_md(&self) -> *const EVP_MD
Internal interface subject to removal.