We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8cd01 commit e8a71b5Copy full SHA for e8a71b5
src/tests/test_validation_criteria.rs
@@ -19,7 +19,7 @@ mod instance_validation {
19
20
// Set only one element, leaving var_g unassigned
21
let x_val = G::generator() * Scalar::from(42u64);
22
- relation.set_elements([(var_x_g, x_val)]);
+ relation.set_element(var_x_g, x_val);
23
24
// Add equation: X = x * G (but G is not set)
25
relation.append_equation(var_x_g, var_x * var_g);
0 commit comments