1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:57:46 +00:00

LibCrypto: Declobber AES header from s-box tables

This commit is contained in:
Alexander Ulmer 2021-12-17 14:11:16 +01:00 committed by Ali Mohammad Pur
parent ef1d4aab73
commit 42b06d5f7d
3 changed files with 419 additions and 2343 deletions

View file

@ -6,6 +6,7 @@
#include <AK/StringBuilder.h>
#include <LibCrypto/Cipher/AES.h>
#include <LibCrypto/Cipher/AESTables.h>
namespace Crypto {
namespace Cipher {
@ -403,6 +404,6 @@ void AESCipherBlock::overwrite(ReadonlyBytes bytes)
}
}
}
}
}
}