Struct parsec_interface::operations::psa_aead_decrypt::Result
source · pub struct Result {
pub plaintext: Zeroizing<Vec<u8>>,
}
Expand description
Native object for AEAD decrypt result.
Fields§
§plaintext: Zeroizing<Vec<u8>>
The plaintext
field contains the authenticated and decrypted data.