Function mpc_engine::primitives::mac::hash_to_mac_width
source · pub fn hash_to_mac_width(dst: &[u8], input: &[u8]) -> [u8; 16]
Expand description
Hash the given input to the width of a MAC.
Instantiates a Random Oracle.