Creates a new circuit element representing subtraction modulo p of two input circuits. This function combines two circuit elements using modular subtraction, creating a new circuit element that represents their difference modulo the circuit’s modulus.Documentation Index
Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
Use this file to discover all available pages before exploring further.
Signature
Arguments
lhs- Left-hand side circuit element (minuend)rhs- Right-hand side circuit element (subtrahend)
Returns
A new circuit element representing(lhs - rhs) mod p