alpm_types::checksum

Type Alias Sha512Checksum

source
pub type Sha512Checksum = Checksum<Sha512>;
Expand description

A checksum using the Sha512 algorithm

Aliased Type§

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

Fields§

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