pub type DigestAlgorithm = Algorithm;
The hash algorithm used for signing or verifying.
pub enum DigestAlgorithm { Sha224, Sha256, Sha384, Sha512, }