This commit is contained in:
Julian Graf 2022-12-15 12:43:36 +01:00
parent 2b925bdc0d
commit f36772d9e5

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; const KEYLENGTH: u8 = 32;