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