Type Alias gix_features::hash::Sha1Digest
source ยท pub type Sha1Digest = [u8; 20];
Available on crate features
fast-sha1
or rustsha1
only.Expand description
A 20 bytes digest produced by a Sha1
hash implementation.