EncryptedPayload constructor
const
EncryptedPayload({})
Implementation
const EncryptedPayload({
required this.ciphertext,
required this.key,
required this.tag,
required this.nonce,
required this.aad,
this.algorithm = 'chacha20-poly1305',
});