From 7e9a0f4f9038e9f5a7a19f97b965aacd3c3a0d01 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Mon, 25 Sep 2023 17:22:32 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20SM3=E4=B8=AD=E7=9A=84FF2=E5=92=8CGG2?= =?UTF-8?q?=E5=87=BD=E6=95=B0=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SM3中的FF2和GG2函数.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SM3中的FF2和GG2函数.md b/SM3中的FF2和GG2函数.md index 49174ac..990e398 100644 --- a/SM3中的FF2和GG2函数.md +++ b/SM3中的FF2和GG2函数.md @@ -57,5 +57,5 @@ $(X \land Y) \bigoplus (X \land Z) $ $\lnot((X \land Y \land \lnot Z) \lor (X \land Z \land \lnot Y))$ = $\lnot(X \land Y \land \lnot Z) \land \lnot(X \land Z \land \lnot Y)$ - += $(\lnot X \lor \lnot Y \lor Z) \lor (\lnot X \lor \lnot Z \lor Y)$