Struct parsec_interface::operations::psa_hash_compare::Operation [−][src]
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: HashThe hash algorithm to compute.
input: Zeroizing<Vec<u8>>The input to hash.
hash: Zeroizing<Vec<u8>>The reference hash value.