From 7646d75593bcf42db8805791b0ef22af25d95627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= Date: Sat, 17 Feb 2024 12:33:59 -0500 Subject: [PATCH] chore: Adapt to Arecibo changes - Companion PR of https://github.com/lurk-lab/arecibo/pull/329 --- Cargo.toml | 2 +- src/proof/nova.rs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aa56d4cd1..24ef60f21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/src/proof/nova.rs b/src/proof/nova.rs index 7ac365638..f77db02d3 100644 --- a/src/proof/nova.rs +++ b/src/proof/nova.rs @@ -205,7 +205,8 @@ pub fn public_params<'a, F: CurveCycleEquipped, C: Coprocessor + 'a>( &circuit_secondary, &*commitment_size_hint1, &*commitment_size_hint2, - ); + ) + .unwrap(); PublicParams { pp, pk_and_vk: OnceCell::new(),