aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs
index fc1a26a..600e144 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -13,7 +13,6 @@ use std::net::SocketAddr;
use std::sync::Arc;
use std::time::Duration;
-use sodiumoxide;
use types::{Bind, KeyPair};
struct Test {}
@@ -71,8 +70,6 @@ struct PeerTimer {
fn main() {
let runner = Runner::new(Duration::from_millis(100), 1000, 1024);
- // choose optimal crypto implementations for platform
- sodiumoxide::init().unwrap();
{
let router = router::Device::new(
4,