From e5264b88353c137401788956f5e8be3c85abcc22 Mon Sep 17 00:00:00 2001 From: Zribe <66210834+ZribeDev@users.noreply.github.com> Date: Fri, 20 Jun 2025 10:50:10 +0300 Subject: [PATCH] Update AES.h fixing MASSIVE security vulnerability --- AES.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AES.h b/AES.h index 7501c05..40b463c 100644 --- a/AES.h +++ b/AES.h @@ -1,6 +1,6 @@ // AES.h // -// AES (Advanced Encryption Standard) for C++ strings using CommomCrypto library. +// AES (Advanced Encryption Standard) for C++ strings using CommonCrypto library. // Made by GrimReaper31, 15/01/2024. //