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..203125ab1 100644 --- a/src/proof/nova.rs +++ b/src/proof/nova.rs @@ -205,7 +205,7 @@ 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(),