From cc50ca82b86e6a405a8bb9ece5e2991b197b33b3 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 16 Apr 2025 14:09:43 +0200 Subject: [PATCH] Added todo note --- RNS/Cryptography/aes/aes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/RNS/Cryptography/aes/aes.py b/RNS/Cryptography/aes/aes.py index eabb20b..5244b20 100644 --- a/RNS/Cryptography/aes/aes.py +++ b/RNS/Cryptography/aes/aes.py @@ -22,6 +22,7 @@ from .utils import * +# TODO: Add AES-256 support to pure-python implementation class AES: # AES-128 block size