From a258fc8e30e17508c59a92078d64f799089de654 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Wed, 24 Mar 2021 10:40:24 +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 0b6f4f7..1e753f4 100644 --- a/SM4性能优化.md +++ b/SM4性能优化.md @@ -1,5 +1,6 @@ # 参考资料 +* [The SM4 Block Cipher Algorithm And Its Modes Of Operations](https://tools.ietf.org/id/draft-crypto-sm4-00.html) * [SM4的快速软件实现技术](https://m.doc88.com/p-1823908753601.html) * [SM4的快速软件实现技术](http://html.rhhz.net/ZGKXYDXXB/20180205.htm) * [sm4ni](https://github.com/mjosaarinen/sm4ni)