From 93e9994f0132c0038aae07d6dd8753b63833f944 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Thu, 18 Mar 2021 17:52:59 +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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/SM4性能优化.md b/SM4性能优化.md index 48a9115..6ae2fd6 100644 --- a/SM4性能优化.md +++ b/SM4性能优化.md @@ -55,4 +55,9 @@ Go语言的对称加密实现分离了加密模式和Block级别的加密,同 PASS ok github.com/emmansun/gmsm/sm4_test 18.863s -接下来按模式进行多block并行优化。 \ No newline at end of file +接下来按模式进行多block并行优化。 + +# CBC模式解密并行优化 +没有写一个单独的asm函数,偷懒。 + + BenchmarkSM4CBCDecrypt1K-6 292531 4103 ns/op 249.56 MB/s 0 B/op 0 allocs/op \ No newline at end of file