# Functions
HandleSensitiveParsingError handles parsing errors when reading data from potentially decrypted data.
# Variables
ErrAEADTagVerification is returned if one of the tag verifications in SEIPDv2 fails.
ErrDecryptSessionKeyParsing is a generic error message for parsing errors in decrypted data to reduce the risk of oracle attacks.
No description provided by the author
No description provided by the author
No description provided by the author
ErrMDCHashMismatch.
ErrMDCMissing.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
AEADError indicates that there is a problem when initializing or using a AEAD instance, configuration struct, nonces or index values.
No description provided by the author
A DecryptWithSessionKeyError is returned when a failure occurs when reading from symmetrically decrypted data or an authentication tag verification fails.
ErrDummyPrivateKey results when operations are attempted on a private key that is just a dummy key.
ErrMalformedMessage results when the packet sequence is incorrect.
InvalidArgumentError indicates that the caller is in error and passed an incorrect value.
KeyInvalidError indicates that the public key parameters are invalid as they do not match the private ones.
SignatureError indicates that a syntactically valid signature failed to validate.
A StructuralError is returned when OpenPGP data is found to be syntactically invalid.
No description provided by the author
UnsupportedError indicates that, although the OpenPGP data is valid, it makes use of currently unimplemented features.
No description provided by the author