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