5 unstable releases
Uses old Rust 2015
0.3.0 | Mar 10, 2018 |
---|---|
0.2.0 | Mar 8, 2018 |
0.1.2 | Mar 4, 2018 |
0.1.1 | Feb 20, 2018 |
0.1.0 | Feb 17, 2018 |
#22 in #encrypted
Used in 2 crates
17KB
222 lines
Secret-Stream
Run a secret-handshake and return a box-stream encrypted connection.
lib.rs
:
Run a secret-handshake and return a box-stream encrypted connection.
This library uses libsodium internally. In application code, call
sodiumoxide::init()
before using any functions from this module.
Dependencies
~18MB
~84K SLoC