Skip to content

Commit

Permalink
Merge pull request #1238 from topos-protocol/cleanup
Browse files Browse the repository at this point in the history
Cleanup lookup_test module and reduce module visibility
  • Loading branch information
Nashtare authored Sep 18, 2023
2 parents 15064b3 + d1c0076 commit f07351f
Show file tree
Hide file tree
Showing 2 changed files with 444 additions and 488 deletions.
4 changes: 3 additions & 1 deletion plonky2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ pub mod gadgets;
pub mod gates;
pub mod hash;
pub mod iop;
pub mod lookup_test;
pub mod plonk;
pub mod recursion;
pub mod util;

#[cfg(test)]
mod lookup_test;
Loading

0 comments on commit f07351f

Please sign in to comment.