pub type StdDigest = Sha256;
The standard digest is SHA-256.
pub struct StdDigest { /* private fields */ }