snow 0.1.0-preview

A pure-rust implementation of the Noise Protocol Framework
Documentation
1
2
3
4
//! The wrappers around the default collection of cryptography and entropy providers.

pub mod crypto_wrapper;
pub mod rand_wrapper;