yap2p 0.1.2

Experimental yet another peer-to-peer library
1
2
3
4
5
6
7
8
//! YAP2P crypto primitives
//! 
//! Module contains structures for [Diffie-Hellman](dh::DH) public
//! key exchange, encription keys' storing, and messages' storing.

pub mod dh;
pub mod keychain;
pub mod history;