cryptoys 1.2.1

a cryptographic library filled with cryptographic toys(mostly historical ciphers)
Documentation
1
2
3
4
//! # Key encryption algorithms
//! Here are some key encryption algorithms

pub mod otp;