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 LinearCombination from arithmetic expressions involving Variables.
Generate a Namespace with name name from ConstraintSystem cs. name must be a &'static str.