Skip to main content

Module u64_div

Module u64_div 

Source
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§

U64DivError
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.