Function mac

Source
pub fn mac(
    bit: &bool,
    global_key: &MacKey,
    entropy: &mut Randomness,
) -> (Mac, MacKey)
Expand description

Authenticate a bit using the global MAC key.