#secret-handshake #box-stream #combination #return #encrypted #connection

secret_stream

Convenient combination of secret-handshake and box-stream

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

#23 in #encrypted


Used in 2 crates

AGPL-3.0

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
~81K SLoC