Struct parsec_interface::operations::psa_hash_compute::Operation
source · pub struct Operation {
pub alg: Hash,
pub input: Zeroizing<Vec<u8>>,
}
Expand description
Native object for hash compute operations.
Fields§
§alg: Hash
The hash algorithm to compute.
input: Zeroizing<Vec<u8>>
The input to hash.