alpm_types

Type Alias Blake2b512Checksum

source
pub type Blake2b512Checksum = Checksum<Blake2b512>;
Expand description

A checksum using the Blake2b512 algorithm

Aliased Type§

struct Blake2b512Checksum {
    digest: Vec<u8>,
    _marker: PhantomData<*const CoreWrapper<CtVariableCoreWrapper<Blake2bVarCore, UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>>>>,
}

Fields§

§digest: Vec<u8>§_marker: PhantomData<*const CoreWrapper<CtVariableCoreWrapper<Blake2bVarCore, UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>>>>