Skip to main content
Performs division on felt252 values in Cairo’s finite field. Unlike regular integer division, felt252 division returns a field element n that satisfies the equation: n * rhs ≡ lhs (mod P), where P is the felt252 prime.

Signature

Examples