Type Alias Md5
pub type Md5 = CoreWrapper<Md5Core>;Expand description
MD5 hasher state.
Aliased Type§
pub struct Md5 { /* private fields */ }Trait Implementations§
Source§impl DigestString for Md5
impl DigestString for Md5
Source§const ENCODING: DigestEncoding = DigestEncoding::Hex
const ENCODING: DigestEncoding = DigestEncoding::Hex
The format used for string representation of the digest.