Skip to content

Commit

Permalink
chore: Adapt to Arecibo changes
Browse files Browse the repository at this point in the history
- Companion PR of lurk-lang/arecibo#329
  • Loading branch information
huitseeker committed Feb 17, 2024
1 parent f2d70f4 commit 421e4cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ clap = "4.3.17"
ff = "0.13"
metrics = "0.22.0"
neptune = { git = "https://github.com/lurk-lab/neptune", branch = "dev", default-features = false, features = ["abomonation"] }
nova = { git = "https://github.com/lurk-lab/arecibo", branch = "dev", package = "arecibo", features = ["abomonate"]}
nova = { git = "https://github.com/huitseeker/arecibo", branch = "forward_ports", package = "arecibo", features = ["abomonate"]}
once_cell = "1.18.0"
pairing = { version = "0.23" }
pasta_curves = { git = "https://github.com/lurk-lab/pasta_curves", branch = "dev" }
Expand Down
2 changes: 1 addition & 1 deletion src/proof/nova.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ 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 421e4cd

Please sign in to comment.