ciph 0.1.0

Symmetric cipher layer for async read/write connections.
Documentation

Symmetric Cipher Layer

Symmetric cipher wrapper for types that implement AsyncRead and AsyncWrite from tokio.

Currently only the Salsa20 cipher is supported. hyper connection helper included with "hyper" feature.

Please look at examples to see how to use.