Make multicore module public for now, because Worker is part of the EvaluationDomain API.

This commit is contained in:
Sean Bowe 2018-03-31 23:16:55 -06:00
parent 33feb3763f
commit c4fd8856ae
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ extern crate bit_vec;
extern crate crossbeam; extern crate crossbeam;
extern crate byteorder; extern crate byteorder;
mod multicore; pub mod multicore;
mod multiexp; mod multiexp;
pub mod domain; pub mod domain;
pub mod groth16; pub mod groth16;