diff --git a/SM4-with-GFNI.md b/SM4-with-GFNI.md index 10c2abe..3560079 100644 --- a/SM4-with-GFNI.md +++ b/SM4-with-GFNI.md @@ -10,8 +10,10 @@ # SM4 SBOX实现对比 ## AESNI 1. 多条指令实现的仿射 -2. AESENCLAST -3. 多条指令实现的仿射 +2. Shift Rows Inverse (Optional) +3. AESENCLAST +4. 多条指令实现的仿射 + ## GFNI 1. Affine Transformation (单指令) 2. Affine Transformation Inverse (单指令)