Browse Source

clean up

master
Julian Graf 1 year ago
parent
commit
f36772d9e5
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      src/bin/message.rs

+ 0
- 7
src/bin/message.rs View File

@@ -1,10 +1,3 @@
use crypto_box::{
aead::{Aead, AeadCore, OsRng},
PublicKey, SalsaBox, SecretKey,
};
use std::io::Write;
use std::net::TcpStream;


const KEYLENGTH: u8 = 32;


Loading…
Cancel
Save