connexa 0.5.3

High level abstraction of rust-libp2p
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "aes-gcm")]
pub mod aes_gcm;

#[cfg(feature = "plaintext")]
pub mod plaintext;

// TODO: determine if we should put behind a feature flag as well?
pub mod xchacha20poly1305;