Expand description
AEAD decryption event handler for the Miden VM.
This module provides an event handler for decrypting AEAD ciphertext using non-deterministic advice. When the VM emits an AEAD_DECRYPT_EVENT, this handler reads the ciphertext from memory, performs decryption using the AEAD-Poseidon2 scheme, and pushes the plaintext onto the advice stack for the MASM decrypt procedure to load.
Constants§
- AEAD_
DECRYPT_ EVENT_ NAME - Qualified event name for the AEAD decrypt event.
Functions§
- handle_
aead_ decrypt - Event handler for AEAD decryption.