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