Skip to main content

Module u128_div

Module u128_div 

Source
Expand description

U128_DIV system event handler for the Miden VM.

This handler implements the U128_DIV operation that pushes the result of u128 division (both the quotient and the remainder) onto the advice stack.

Enums§

U128DivError
Error types that can occur during U128_DIV operations.

Constants§

U128_DIV_EVENT_NAME
Event name for the u128_div operation.

Functions§

handle_u128_div
U128_DIV system event handler.