SecretBox

A struct containing both the encrypted cipher (using secret key encryption) 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