EncryptedData constructor
Creates an EncryptedData with the ciphertext and nonce.
Implementation
const EncryptedData({required this.ciphertext, required this.nonce});
Creates an EncryptedData with the ciphertext and nonce.
const EncryptedData({required this.ciphertext, required this.nonce});