From 64114142ae74669193c2cb8653a7c7bcfa5a8a00 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Fri, 22 Oct 2021 11:00:30 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20SM4=E6=80=A7=E8=83=BD=E4=BC=98?= =?UTF-8?q?=E5=8C=96=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SM4性能优化.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SM4性能优化.md b/SM4性能优化.md index ed79038..3d824a6 100644 --- a/SM4性能优化.md +++ b/SM4性能优化.md @@ -57,6 +57,7 @@ Go语言的对称加密实现分离了加密模式和Block级别的加密,同 PASS ok github.com/emmansun/gmsm/sm4_test 18.863s +如果你想理解更多,可以参考[SM4 with AESENCLAST](https://github.com/emmansun/gmsm/wiki/SM4-with-AESENCLAST)。 接下来按模式进行多block并行优化。 # CBC模式解密并行优化