Skip to content

Commit

Permalink
fixup! feat: Make commitment key generation configurable with an opti…
Browse files Browse the repository at this point in the history
…onal parameter
  • Loading branch information
huitseeker committed Nov 3, 2023
1 parent 7be7505 commit e62132f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ where
);
let mut cs: ShapeCS<G2> = ShapeCS::new();
let _ = circuit_secondary.synthesize(&mut cs);
let (r1cs_shape_secondary, ck_secondary) = cs.r1cs_shape(optfn2);
let (r1cs_shape_secondary, ck_secondary) = cs.r1cs_shape(ck_hint2);

PublicParams {
F_arity_primary,
Expand Down

0 comments on commit e62132f

Please sign in to comment.