Expand description
FALCON_DIV system event handler for the Miden VM.
This handler implements the FALCON_DIV operation that pushes the result of dividing a u64 by the Falcon prime (M = 12289) onto the advice stack.
Enums§
- Falcon
DivError - Error types that can occur during FALCON_DIV operations.
Constants§
- FALCON_
DIV_ EVENT_ NAME - Event name for the falcon_div operation.
Functions§
- handle_
falcon_ div - FALCON_DIV system event handler.