alpm_types

Type Alias Sha384Checksum

source
pub type Sha384Checksum = Checksum<Sha384>;
Expand description

A checksum using the Sha384 algorithm

Aliased Type§

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

Fields§

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