Function mpc_engine::primitives::mac::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.