From 669853de99cf95fa9927092c7fbe6a612e8d9cfc Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Sun, 7 May 2017 18:27:48 -0600 Subject: [PATCH] Make domain evaluations public. --- src/groth16/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>,