Serialization of parameters and proofs.

This commit is contained in:
Sean Bowe
2018-03-04 17:49:05 -07:00
parent 749d6ceed4
commit ab1487025f
3 changed files with 397 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ extern crate futures;
extern crate futures_cpupool;
extern crate bit_vec;
extern crate crossbeam;
extern crate byteorder;
pub mod multicore;
pub mod multiexp;