Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
feltroidprime committed Nov 10, 2024
1 parent e456dac commit cb1acf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/src/lib.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ pub mod pairing_check;
pub mod circuits;
pub mod groth16;
pub mod basic_field_ops;
// pub mod single_pairing_tower;
// mod tests;
pub mod single_pairing_tower;
mod tests;
pub mod core;


Expand Down
2 changes: 1 addition & 1 deletion src/src/utils.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pub mod neg_3;
pub mod hashing;
pub mod calldata;
pub mod risc0;
// pub mod drand;
pub mod drand;
pub mod noir;

use core::circuit::{u384, u96};
Expand Down

0 comments on commit cb1acf8

Please sign in to comment.