cipher-crypt 0.18.0

A cryptographic tomb of ciphers forgotten by time.
Documentation
1
2
3
4
5
6
7
//! Contains common constructs used in multiple modules.
//!
pub mod alphabet;
pub mod cipher;
pub mod keygen;
pub mod morse;
pub mod substitute;