Clearmatics Libsnark
0.1
C++ library for zkSNARK proofs
|
Go to the source code of this file.
Classes | |
class | gadgetlib2::Constraint |
class | gadgetlib2::Rank1Constraint |
class | gadgetlib2::PolynomialConstraint |
class | gadgetlib2::ConstraintSystem |
Namespaces | |
gadgetlib2 | |
Declaration of the Constraint class.
A constraint is an algebraic equation which can be either satisfied by an assignment, (the equation is true with that assignment) or unsatisfied. For instance the rank-1 constraint (X * Y = 15) is satisfied by {X=5 Y=3} or {X=3 Y=5}
Definition in file constraint.hpp.