cryptoys 0.1.0

a cryptographic library filled with cryptographic toys(mostly historical ciphers)
Documentation
1
2
3
4
5
6
7
//! # Historical ciphers
//! Here you will find various historical ciphers

pub mod affine;
pub mod caesar;
pub mod playfair;
pub mod rot13;