1 2 3 4 5 6 7 8
#[cfg(feature = "chacha20")] pub mod chacha20; #[cfg(feature = "chacha20")] pub use chacha20::ChaCha20Protocol; #[cfg(feature = "aes256gcm")] pub mod aes256gcm; #[cfg(feature = "aes256gcm")] pub use aes256gcm::AesGcmProtocol;