[−][src]Module bulletproofs::r1cs::constraint_system
Definition of the constraint system trait.
Traits
ConstraintSystem | The interface for a constraint system, abstracting over the prover and verifier's roles. |
RandomizableConstraintSystem | An extension to the constraint system trait that permits randomized constraints.
Gadgets that do not use randomization should use trait bound |
RandomizedConstraintSystem | Represents a constraint system in the second phase: when the challenges can be sampled to create randomized constraints. |