From aa932b6d560d88beb9226d9410e37bf355c4894e Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Tue, 17 Oct 2023 08:11:15 +0800 Subject: [PATCH] Updated Efficient Software Implementations of ZUC (markdown) --- Efficient-Software-Implementations-of-ZUC.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Efficient-Software-Implementations-of-ZUC.md b/Efficient-Software-Implementations-of-ZUC.md index 6a87059..33eee73 100644 --- a/Efficient-Software-Implementations-of-ZUC.md +++ b/Efficient-Software-Implementations-of-ZUC.md @@ -58,6 +58,8 @@ $M=X_{aes}X^{-1}_{zuc}$ $C=L\ 0x63+0x55$ +只有这种S盒和AES盒构造完全同构的,用AESENCLAST时,使用0x63作为enc_key才有点意义。 + ```python from pyfinite import ffield from pyfinite import genericmatrix