Struct parsec_interface::operations::psa_cipher_encrypt::Result
source · pub struct Result {
pub ciphertext: Zeroizing<Vec<u8>>,
}
Expand description
Native object for cipher encrypt result.
Fields§
§ciphertext: Zeroizing<Vec<u8>>
The ciphertext
field contains the encrypted short message.