We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcd2b5 commit 0d78ccfCopy full SHA for 0d78ccf
blake3_groth16/src/prove/cuda.rs
@@ -14,11 +14,9 @@
14
15
use std::{io::Cursor, path::Path};
16
17
-use anyhow::{Context as _, Result};
18
-use risc0_groth16_sys::{ProverParams, SetupParams, WitnessParams};
19
-
20
-use crate::prove::witgen::calculate_witness_encoded;
+use anyhow::{anyhow, Context as _, Result};
21
use risc0_groth16::ProofJson as Groth16ProofJson;
+use risc0_groth16_sys::{ProverParams, SetupParams, WitnessParams};
22
23
struct CalcWitness {
24
witness: Vec<wtns_file::FieldElement<32>>,
0 commit comments