Enum sequoia_openpgp::crypto::mpi::SecretKeyChecksum [−][src]
pub enum SecretKeyChecksum {
SHA1,
Sum16,
}Expand description
Checksum method for secret key material.
Secret key material may be protected by a checksum. See Section 5.5.3 of RFC 4880 for details.
Variants
SHA1 over the decrypted secret key.
Sum of the decrypted secret key octets modulo 65536.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SecretKeyChecksum
impl Send for SecretKeyChecksum
impl Sync for SecretKeyChecksum
impl Unpin for SecretKeyChecksum
impl UnwindSafe for SecretKeyChecksum
Blanket Implementations
Mutably borrows from an owned value. Read more