Browse Source

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

ci_integration
Sean Bowe 6 years ago
parent
commit
c4fd8856ae
  1. 2
      src/lib.rs

2
src/lib.rs

@ -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…
Cancel
Save