extern crate curve25519_dalek; extern crate rand; pub mod vss; #[cfg(test)] mod tests { #[test] fn it_works() { assert_eq!(2 + 2, 4); } }