mirror of
https://github.com/emmansun/gmsm.git
synced 2025-05-11 03:26:17 +08:00
Updated SM4 with AESENCLAST (markdown)
parent
b397ad7266
commit
a94a41e3ac
@ -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) | SM4-S(x) = A2(AES-S(A1(x)), A1(x) = M1*x + C1, A2(x) = M2*x + C2}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# 收集的(M1, C1, M2, C2)列表:
|
||||||
|
|
||||||
**Evolution path**
|
**Evolution path**
|
||||||
|
|
||||||
sm4_box_aesenclast <-> sm4_box_aesbox_1 <-> sm4_box_aesbox_2 <-> sm4_box_aesbox_3 <-> sm4_box_aesbox_4
|
sm4_box_aesenclast <-> sm4_box_aesbox_1 <-> sm4_box_aesbox_2 <-> sm4_box_aesbox_3 <-> sm4_box_aesbox_4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user