1 2 3
//! Backward-compatible alias for `caesar_encrypt`. pub use crate::cryptography::caesar::encrypt::caesar_encrypt as cesar_encrypt;