pub type Sha1Checksum = Checksum<Sha1>;
Expand description
A checksum using the Sha1 algorithm
Aliased Type§
struct Sha1Checksum {
digest: Vec<u8>,
_marker: PhantomData<*const CoreWrapper<Sha1Core>>,
}
Fields§
§digest: Vec<u8>
§_marker: PhantomData<*const CoreWrapper<Sha1Core>>