Move spair to root of crate.

This commit is contained in:
Sean Bowe 2016-08-05 23:36:42 -06:00
parent 8b90db0c36
commit 6ae611cbcb
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
3 changed files with 2 additions and 3 deletions

View File

@ -3,6 +3,7 @@ extern crate snark;
mod util;
mod fft;
mod protocol;
mod spair;
use snark::*;

View File

@ -1,8 +1,6 @@
use snark::*;
use util::*;
mod spair;
use self::spair::*;
use spair::*;
#[derive(Debug)]
pub enum ProtocolError {