This website works better with JavaScript.
Home
Explore
Help
Sign In
hopfma
/
appsec
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
clean up
master
Julian Graf
1 year ago
parent
2b925bdc0d
commit
f36772d9e5
1 changed files
with
0 additions
and
7 deletions
Split View
Show Diff Stats
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;
Write
Preview
Loading…
Cancel
Save