hypercore-protocol 0.3.1

Replication protocol for Hypercore feeds
Documentation
1
2
3
4
mod cipher;
mod handshake;
pub use cipher::Cipher;
pub use handshake::{Handshake, HandshakeResult};