hypercore_handshake 0.6.0

Used for establishing an encrypted connection between hypercore peers
Documentation
1
2
3
4
5
pub mod js;

pub type Result<T> = core::result::Result<T, Box<dyn std::error::Error>>;

pub static LOOPBACK: &str = "127.0.0.1";