Skip to content

Commit

Permalink
chore: Adapt to Arecibo changes (easy) (#1145)
Browse files Browse the repository at this point in the history
* chore: Adapt to Arecibo changes

- Companion PR of argumentcomputer/arecibo#329

* chore: point the repo back to dev
  • Loading branch information
huitseeker authored Feb 20, 2024
1 parent a324908 commit cf65088
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/proof/nova.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ pub fn public_params<'a, F: CurveCycleEquipped, C: Coprocessor<F> + 'a>(
&circuit_secondary,
&*commitment_size_hint1,
&*commitment_size_hint2,
);
)
.unwrap();
PublicParams {
pp,
pk_and_vk: OnceCell::new(),
Expand Down

0 comments on commit cf65088

Please sign in to comment.