1
2
3
4
5
pub mod bacon;
pub mod caesar;
pub mod rot;
pub mod vigenere;
pub mod xor;