pub fn hash_to_mac_width(dst: &[u8], input: &[u8]) -> [u8; 16]
Hash the given input to the width of a MAC.
Instantiates a Random Oracle.