Module mpc_engine::primitives::mac
source · Expand description
This module defines an information theoretic MAC for authenticating bits.
Constants§
- The length in bytes of an information theoretic MAC, and of the MAC key.
Functions§
- Generate a fresh MAC key.
- Hash the given input to the width of a MAC.
- Authenticate a bit using the global MAC key.
- Verify a MAC on a given bit.
- XOR of two MAC-width byte arrays.
Type Aliases§
- A MAC on a bit.
- A MAC key for authenticating a bit to another party.