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;