Type Alias Sha384
pub type Sha384 = CoreWrapper<CtVariableCoreWrapper<Sha512VarCore, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B0>, B0>, B0>, B0>, OidSha384>>;Expand description
SHA-384 hasher.
Aliased Type§
pub struct Sha384 { /* private fields */ }Trait Implementations§
Source§impl DigestString for Sha384
impl DigestString for Sha384
Source§const ENCODING: DigestEncoding = DigestEncoding::Hex
const ENCODING: DigestEncoding = DigestEncoding::Hex
The format used for string representation of the digest.