Initializes the AEGIS-256x2 state with the provided key, nonce, and associated data.
Destructor to clean up the state.
Disabled copy constructor to prevent state duplication.
Finalizes decryption in detached mode, verifying the MAC and producing final plaintext.
Decrypts a ciphertext chunk, producing plaintext.
Finalizes encryption in detached mode, producing the final ciphertext and MAC.
Encrypts a message chunk, producing ciphertext.
AEGIS-256x2 encryption/decryption state.
Manages the lifecycle of an aegis256x2_state object in a @nogc and @trusted context.