Some minor documentation/changes to domain.

This commit is contained in:
Sean Bowe
2018-03-04 19:27:33 -07:00
parent f7815f6e49
commit 86f652fa9f
2 changed files with 54 additions and 11 deletions

View File

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