Skip to content

LimeEng/cipher-salad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI status Latest version

Cipher salad

Cipher salad is intended to be a collection of various historical ciphers. It currently only contains an implementation of the Vigenère cipher.

Usage

Add this to your Cargo.toml:

[dependencies]
cipher-salad = "0.1.0"