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