Crate ark_relations
source ·Expand description
Core interface for working with various relations that are useful in zkSNARKs. At the moment, we only implement APIs for working with Rank-1 Constraint Systems (R1CS).
Modules§
- Core interface for working with Rank-1 Constraint Systems (R1CS).
Macros§
- Generate a
LinearCombinationfrom arithmetic expressions involvingVariables. - Generate a
Namespacewith namenamefromConstraintSystemcs.namemust be a&'static str.