Expand description
This module provides utility circuits.
Structs§
- Circuit
ForTest CircuitForTestimplements a simple test circuit computingy = x^3 + x + 5with 4 R1CS constraints.
Functions§
- constraints_
for_ test constraints_for_testreturns the R1CS constraints for the test circuit.- satisfying_
assignments_ for_ test satisfying_assignments_for_testreturns a satisfying assignment for the test circuit given an inputx.