mac

Function mac 

Source
pub fn mac(label: &'static [u8], key: &SymmetricKey, messages: &[&[u8]]) -> Mac
Expand description

Derives a MAC from the given key and messages with the given label as domain separator.