Skip to main content

Module falcon_div

Module falcon_div 

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

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