diff --git a/src/groth16/mod.rs b/src/groth16/mod.rs index 3a9f5b696..cee2db0c4 100644 --- a/src/groth16/mod.rs +++ b/src/groth16/mod.rs @@ -1,7 +1,7 @@ use curves::*; use super::*; -mod domain; +pub mod domain; pub struct ProvingKey { a_inputs: Vec<>::Affine>,