Skip to content

Commit

Permalink
chore: version proof and witness
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-camuto committed Nov 8, 2024
1 parent 948e5cd commit 3e3c8b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pfsys/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pub mod errors;
pub use errors::PfsysError;

use crate::circuit::CheckMode;
use crate::commands::VERSION;
use crate::graph::GraphWitness;
use crate::pfsys::evm::aggregation_kzg::PoseidonTranscript;
use crate::{Commitments, EZKL_BUF_CAPACITY, EZKL_KEY_FORMAT};
Expand Down

0 comments on commit 3e3c8b7

Please sign in to comment.