Creates a new circuit element representing multiplication modulo p of two input circuits. This function combines two circuit elements using modular multiplication, creating a new circuit element that represents their product 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 elementrhs- Right-hand side circuit element
Returns
A new circuit element representing(lhs * rhs) mod p