2 releases
0.1.1 | Jun 9, 2019 |
---|---|
0.1.0 | Jun 9, 2019 |
#2083 in Cryptography
10KB
115 lines
rot-rs
Type-safe ascii alphabetic byte rotation ciphers.
Documentation
lib.rs
:
Rot
Strongly-typed ascii character rotations in the style of Caesar/Rot/Vigenère ciphers. This is only meant to be some fun with type-level integers in Rust. Please do not use this as an encryption scheme as it is laughably weak.
Dependencies
~155KB