LockBox

Struct containing a message encrypted and signed using public key cryptography. Includes the ciphertext and the nonce used to encrypt it.

Members

Variables

ciphertext
ubyte[] ciphertext;

The encrypted message

nonce
Nonce nonce;

The nonce used to encrypt it (and needed for decryption)

Meta