Expand description
Routines for checking whether the constraint system is satisfied with the given value vector.
Functionsยง
- eval_
operand - Evaluates an operand (XOR of shifted values)
- verify_
and_ constraint - Verifies that an AND constraint is satisfied: (A & B) ^ C = 0
- verify_
constraints - Verifies all constraints in a constraint system are satisfied by the witness
- verify_
mul_ constraint - Verifies that a MUL constraint is satisfied: A * B = (HI << 64) | LO