pub fn mac( bit: &bool, global_key: &MacKey, entropy: &mut Randomness, ) -> (Mac, MacKey)
Authenticate a bit using the global MAC key.