Make multicore module public for now, because Worker is part of the EvaluationDomain API.
This commit is contained in:
parent
33feb3763f
commit
c4fd8856ae
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user