In with the new.

This commit is contained in:
Sean Bowe
2017-01-08 00:08:49 -07:00
parent c506c48c91
commit 2321ead995
17 changed files with 4184 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
#![feature(i128_type)]
extern crate rand;
extern crate rayon;
extern crate byteorder;
extern crate serde;
pub mod curves;