Struct containing a message encrypted and signed using public key cryptography. Includes the ciphertext and the nonce used to encrypt it.
The encrypted message
The nonce used to encrypt it (and needed for decryption)
See Implementation
Struct containing a message encrypted and signed using public key cryptography. Includes the ciphertext and the nonce used to encrypt it.