//! Salsa20 symmetric cypher stream.
//!
//! Secure an `AsyncWrite + AsyncRead` type by layering over it two
/// [Salsa20](https://github.com/RustCrypto/stream-ciphers) stream ciphers.
pub use ;
pub use SalsaStream;
pub use Connector;
pub use ;
pub use HyperSalsaConnector;
/// To ensure keys and other valuable bits of info don't linger in memory, this function
/// is called when possible to zero out the memory referred to in `slice`.