Make circuit private again

This commit is contained in:
Remco Bloemen 2022-04-04 16:04:19 -07:00
parent d2ac73dfbe
commit b554e592c6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
// TODO: ark-circom and ethers-core pull in a lot of dependencies, some duplicate.
#![allow(clippy::multiple_crate_versions)]
pub mod circuit;
mod circuit;
mod field;
pub mod hash;
pub mod identity;