cryptograph 0.1.12

All you need for encrypthing your messages.
Documentation
1
2
3
4
5
6
//! Backward-compatible alias module for `crate::cryptography::caesar`.
//!
//! New code should use `cryptography::caesar`.

pub mod decrypt;
pub mod encrypt;