From a94a41e3acfe15ef5781c2f73c4e897ce7c22bae Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Tue, 10 Oct 2023 07:57:49 +0800 Subject: [PATCH] Updated SM4 with AESENCLAST (markdown) --- SM4-with-AESENCLAST.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SM4-with-AESENCLAST.md b/SM4-with-AESENCLAST.md index 98d3ed8..42d82c8 100644 --- a/SM4-with-AESENCLAST.md +++ b/SM4-with-AESENCLAST.md @@ -19,6 +19,8 @@ Known (M1, C1, M2, C2), please reference [sm4 with AESENCLAST](https://gist.gith {(M1, C1, M2, C2) | SM4-S(x) = A2(AES-S(A1(x)), A1(x) = M1*x + C1, A2(x) = M2*x + C2} ``` +# 收集的(M1, C1, M2, C2)列表: + **Evolution path** sm4_box_aesenclast <-> sm4_box_aesbox_1 <-> sm4_box_aesbox_2 <-> sm4_box_aesbox_3 <-> sm4_box_aesbox_4