dcrypt-algorithms 3.0.0

Cryptographic primitives for the dcrypt library
Documentation
1
2
3
4
5
6
// Make the chacha20 module public
pub mod chacha20;
// Remove reference to non-existent chacha12 module

// Re-export for convenience
pub use chacha20::ChaCha20;