[][src]Module bulletproofs::r1cs::linear_combination

Definition of linear combinations.

Structs

LinearCombination

Represents a linear combination of Variables. Each term is represented by a (Variable, Scalar) pair.

Enums

Variable

Represents a variable in a constraint system.