mirror of
https://github.com/emmansun/gmsm.git
synced 2025-05-11 03:26:17 +08:00
Updated SM3中的FF2和GG2函数 (markdown)
parent
ab79f9e5b0
commit
7d42a1d45c
@ -7,7 +7,7 @@ $FF2(X, Y, Z) = (X \land Y) \bigoplus (X \land Z) \bigoplus (Y \land Z)$
|
|||||||
$GG2(X, Y, Z) = (Y \bigoplus Z) \land X \bigoplus Z$
|
$GG2(X, Y, Z) = (Y \bigoplus Z) \land X \bigoplus Z$
|
||||||
|
|
||||||
# 应用
|
# 应用
|
||||||
特别式GG2,其等价公式相比原来的公式,因其简单,具有一定的性能优势。
|
特别是GG2,其等价公式相比原来的公式,因其简单,具有一定的性能优势。
|
||||||
|
|
||||||
# 验证
|
# 验证
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user