Make multicore module public for now, because Worker is part of the EvaluationDomain API.
This commit is contained in:
@@ -7,7 +7,7 @@ extern crate bit_vec;
|
||||
extern crate crossbeam;
|
||||
extern crate byteorder;
|
||||
|
||||
mod multicore;
|
||||
pub mod multicore;
|
||||
mod multiexp;
|
||||
pub mod domain;
|
||||
pub mod groth16;
|
||||
|
||||
Reference in New Issue
Block a user