Module message

Module message 

Source
Expand description

Handling of OpenPGP messages.

Structs§

MessageResult
Result of decrypting and/or verifying the signatures of a message with unpack.

Enums§

EncryptionMechanism
Configuration for encryption, either as SeipdV1 or SeipdV2
SignatureMode
Mode for data signatures: Signature over binary data or over normalized text data.

Functions§

encrypt
Encrypt (and optionally sign) a message.
unpack
Process an existing message: Decrypt message, and/or verify signatures.