Skip to content

Commit c3e6909

Browse files
feat: add Affine cipher implementation (#989)
1 parent 6937f91 commit c3e6909

File tree

3 files changed

+462
-0
lines changed

3 files changed

+462
-0
lines changed

DIRECTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
* [Unique Number](https://github.com/TheAlgorithms/Rust/blob/master/src/bit_manipulation/find_unique_number.rs)
3535
* Ciphers
3636
* [AES](https://github.com/TheAlgorithms/Rust/blob/master/src/ciphers/aes.rs)
37+
* [Affine Cipher](https://github.com/TheAlgorithms/Rust/blob/master/src/ciphers/affine_cipher.rs)
3738
* [Another ROT13](https://github.com/TheAlgorithms/Rust/blob/master/src/ciphers/another_rot13.rs)
3839
* [Baconian Cipher](https://github.com/TheAlgorithms/Rust/blob/master/src/ciphers/baconian_cipher.rs)
3940
* [Base64](https://github.com/TheAlgorithms/Rust/blob/master/src/ciphers/base64.rs)

0 commit comments

Comments
 (0)