Function blake3_mac

Source
pub fn blake3_mac(key: &[u8], data: &[u8]) -> Result<Vec<u8>, String>