Expand description
U64_DIV system event handler for the Miden VM.
This handler implements the U64_DIV operation that pushes the result of u64 division (both the quotient and the remainder) onto the advice stack.
Enums§
- U64Div
Error - Error types that can occur during U64_DIV operations.
Constants§
- U64_
DIV_ EVENT_ NAME - Event name for the u64_div operation.
Functions§
- handle_
u64_ div - U64_DIV system event handler.