1 2 3 4 5
#[derive(Debug)] pub(crate) struct EncryptedData { pub(crate) nonce: Vec<u8>, pub(crate) ciphertext: Vec<u8>, }