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