@@ -1,8 +1,8 @@
+use arctic::shine;
use curve25519_dalek::constants as dalek_constants;
use rand::RngCore;
use std::env;
use std::time::Instant;
-use arctic::shine;
fn main() {
let args: Vec<String> = env::args().collect();
@@ -1,4 +1,3 @@
pub mod arctic;
mod lagrange;
pub mod shine;
-