Type Definition Sha1Digest
git_features::hash
type Sha1Digest = [u8; 20];
A 20 bytes digest produced by a Sha1 hash implementation
Sha1