makes multiexp module public

This commit is contained in:
Sergey Vasilyev 2020-10-25 23:16:09 +03:00
parent 0f2244fdb4
commit eec6155ec4
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ pub mod gadgets;
#[cfg(feature = "groth16")]
pub mod groth16;
pub mod multicore;
mod multiexp;
pub mod multiexp;
use ff::PrimeField;