Merge pull request #55 from w3f/pub-multiexp

Makes multiexp module public
This commit is contained in:
ebfull 2020-11-10 07:34:35 -07:00 committed by GitHub
commit a51a6a08f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;