[−][src]Module sequoia_openpgp::constants
Constants used in OpenPGP.
This module defines enumerations describing algorithms used in OpenPGP.
Enums
AEADAlgorithm | The AEAD algorithms as defined in Section 9.6 of RFC 4880bis. |
CompressionAlgorithm | |
Curve | Elliptic curves used in OpenPGP. |
DataFormat | Describes the format of the body of a literal data packet. |
HashAlgorithm | The OpenPGP hash algorithms as defined in Section 9.4 of RFC 4880. |
PublicKeyAlgorithm | The OpenPGP public key algorithms as defined in Section 9.1 of RFC 4880, and Section 5 of RFC 6637. |
ReasonForRevocation | Describes the reason for a revocation. |
SignatureType | Signature type as defined in Section 5.2.1 of RFC 4880. |
SymmetricAlgorithm | The symmetric-key algorithms as defined in Section 9.2 of RFC 4880. |