From be3870a317137dc1795e7c3f1ba84695e71a3c7d Mon Sep 17 00:00:00 2001 From: Ocheretovich Date: Tue, 31 Mar 2026 11:20:42 +0300 Subject: [PATCH] chore: remove commented incorrect AES_BLOCK_SIZE constant --- emp-tool/src/aes.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/emp-tool/src/aes.rs b/emp-tool/src/aes.rs index 327ef77..5ec6389 100644 --- a/emp-tool/src/aes.rs +++ b/emp-tool/src/aes.rs @@ -65,8 +65,6 @@ macro_rules! expand_assist_arm { } impl Aes { - // /// The AES_BLOCK_SIZE. - // pub const AES_BLOCK_SIZE: usize = 8; /// New an AES instance #[inline(always)]