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