Creates a new circuit element representing the multiplicative inverse modulo p of an input
circuit.
This function creates a new circuit element representing the multiplicative inverse of the input
element modulo the circuit’s modulus. The operation will fail during evaluation if the input
is not invertible (not coprime with the modulus).