Crates.io | cipher-salad |
lib.rs | cipher-salad |
version | 0.1.0 |
source | src |
created_at | 2020-12-21 00:13:48.053827 |
updated_at | 2020-12-21 00:13:48.053827 |
description | A collection of historical ciphers, served fresh |
homepage | |
repository | https://github.com/LimeEng/cipher-salad/ |
max_upload_size | |
id | 325040 |
size | 8,211 |
Cipher salad is intended to be a collection of various historical ciphers. It currently only contains an implementation of the Vigenère cipher.
Add this to your Cargo.toml
:
[dependencies]
cipher-salad = "0.1.0"