pub fn bitand_circuit() -> ArithCircuit<B128>
Expand description
Returns an arithmetic expression that represents the bitwise-AND operation as a lookup circuit. The circuit encodes input A, input B, and output into a single value.
pub fn bitand_circuit() -> ArithCircuit<B128>
Returns an arithmetic expression that represents the bitwise-AND operation as a lookup circuit. The circuit encodes input A, input B, and output into a single value.