Initializes the AEGIS-256x2 MAC state with the provided key and nonce.
Destructor to clean up the MAC state.
Disabled copy constructor to prevent state duplication.
Finalizes the MAC computation, producing the MAC.
Resets the MAC state for reuse with the same key and nonce.
Updates the MAC state with a message chunk.
Verifies a MAC against the computed MAC.
AEGIS-256x2 MAC state.
Manages the lifecycle of an aegis256x2_mac_state object in a @nogc and @trusted context.