Skip to content

Commit 0d78ccf

Browse files
committed
fix import
1 parent 5bcd2b5 commit 0d78ccf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

blake3_groth16/src/prove/cuda.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@
1414

1515
use std::{io::Cursor, path::Path};
1616

17-
use anyhow::{Context as _, Result};
18-
use risc0_groth16_sys::{ProverParams, SetupParams, WitnessParams};
19-
20-
use crate::prove::witgen::calculate_witness_encoded;
17+
use anyhow::{anyhow, Context as _, Result};
2118
use risc0_groth16::ProofJson as Groth16ProofJson;
19+
use risc0_groth16_sys::{ProverParams, SetupParams, WitnessParams};
2220

2321
struct CalcWitness {
2422
witness: Vec<wtns_file::FieldElement<32>>,

0 commit comments

Comments
 (0)