Manuel Thalmann
|
4720e95cf2
|
Implement AES algorithm
|
2023-11-14 11:06:11 +01:00 |
|
Manuel Thalmann
|
afe36cebe6
|
Fix broken expandKey function
|
2023-11-14 11:04:48 +01:00 |
|
Manuel Thalmann
|
579450af2b
|
Initialize AES state properly
|
2023-11-14 08:58:24 +01:00 |
|
Manuel Thalmann
|
2be8b672cb
|
Simplify key expansion
|
2023-11-14 08:58:09 +01:00 |
|
Manuel Thalmann
|
ea7b6b89de
|
Implement addRoundKey
|
2023-11-14 08:53:30 +01:00 |
|
Manuel Thalmann
|
aff464383e
|
Fix non-functioning test
|
2023-11-14 08:53:21 +01:00 |
|
Manuel Thalmann
|
79d2776d41
|
Implement expandKey
|
2023-11-14 08:32:32 +01:00 |
|
Manuel Thalmann
|
6587c04608
|
Implement mixColumns function
|
2023-11-12 20:18:03 +01:00 |
|
Manuel Thalmann
|
ffe2b8ef9a
|
Store polynomial in a constant variable
|
2023-11-12 20:17:51 +01:00 |
|
Manuel Thalmann
|
b3c10424a4
|
Add an xtime implementation
|
2023-11-08 22:27:12 +01:00 |
|
Manuel Thalmann
|
87f3102a45
|
Implement shiftRows
|
2023-11-07 19:25:49 +01:00 |
|
Manuel Thalmann
|
755623b0dc
|
Implement subBytes
|
2023-11-07 19:25:41 +01:00 |
|
Manuel Thalmann
|
ba7d02d758
|
Implement the forward s-box
|
2023-11-07 14:41:53 +01:00 |
|
Manuel Thalmann
|
c0a2733cb3
|
Add configuration for debugging the AES project
|
2023-11-07 14:41:40 +01:00 |
|
Manuel Thalmann
|
faffa17efe
|
Add an unfinished AES implementation
|
2023-11-07 13:54:51 +01:00 |
|