Struct parsec_interface::operations::psa_aead_decrypt::Result [−][src]
Expand description
Native object for AEAD decrypt result.
Fields
plaintext: Zeroizing<Vec<u8>>
The plaintext
field contains the authenticated and decrypted data.