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 e6b6a27 commit 2a66c28Copy full SHA for 2a66c28
1 file changed
protocol/src/lib.rs
@@ -29,7 +29,7 @@ use thiserror::Error;
29
use zinc_piop::{
30
combined_poly_resolver::{CombinedPolyResolverError, Proof as CombinedPolyResolverProof},
31
ideal_check::{IdealCheckError, Proof as IdealCheckProof},
32
- lookup::{BatchedLookupProof, LookupError},
+ lookup::LookupError,
33
multipoint_eval::{MultipointEvalError, Proof as MultipointEvalProof},
34
projections::ProjectedTrace,
35
sumcheck::multi_degree::MultiDegreeSumcheckProof,
0 commit comments