pub fn mac(label: &'static [u8], key: &SymmetricKey, messages: &[&[u8]]) -> Mac
Derives a MAC from the given key and messages with the given label as domain separator.