A struct containing both the encrypted cipher (using secret key encryption) and the nonce used to encrypt it.
The encrypted message
The nonce used to encrypt it (and needed for decryption)
See Implementation
A struct containing both the encrypted cipher (using secret key encryption) and the nonce used to encrypt it.