Skip to content

Commit a76eff4

Browse files
authored
feat: add aes encryption algorithm (TheAlgorithms#320)
1 parent 226a6a3 commit a76eff4

File tree

3 files changed

+552
-0
lines changed

3 files changed

+552
-0
lines changed

src/ciphers/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,9 @@ Mathematically a bijective function is used on the characters' positions to encr
4141

4242
[caesar]: https://upload.wikimedia.org/wikipedia/commons/4/4a/Caesar_cipher_left_shift_of_3.svg
4343

44+
### [AES](./aes.rs)
45+
The Advanced Encryption Standard (AES), also known by its original name Rijndael (Dutch pronunciation: [ˈrɛindaːl]), is a specification for the encryption of electronic data established by the U.S. National Institute of Standards and Technology (NIST) in 2001.
46+
47+
###### Source: [Wikipedia](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard)
48+
49+
![aes](https://upload.wikimedia.org/wikipedia/commons/5/50/AES_%28Rijndael%29_Round_Function.png)

0 commit comments

Comments
 (0)