tentacle-secio 0.6.8

Secio encryption protocol for p2p
Documentation
1
2
3
4
5
6
/// Hmac struct on this module comes from `rust-libp2p`, but use high version of hamc
///
/// Encryption and decryption stream
pub mod secure_stream;
// hmac compatible
pub(crate) mod hmac_compat;