From 216616f8519ab394b200eceffb22ea6dc0933b3f Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Sat, 22 Jul 2023 08:03:46 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20SM9=E5=AE=9E=E7=8E=B0=E5=8F=8A?= =?UTF-8?q?=E4=BC=98=E5=8C=96=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SM9实现及优化.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SM9实现及优化.md b/SM9实现及优化.md index 4f59594..bf59f39 100644 --- a/SM9实现及优化.md +++ b/SM9实现及优化.md @@ -75,7 +75,7 @@ BenchmarkGfP2SquareU-6 17728008 66.35 ns/op 0 B/op 0 al ``` ## 使用投影坐标下的完全加法、Double 原来的方法不是constant-time运行的,安全性不高。 - +https://github.com/emmansun/gmsm/issues/144 ## 下一步 SM9算法好像比较冷门、应用也没有SM2广泛,因为[128位安全性挑战](https://moderncrypto.org/mail-archive/curves/2016/000740.html)?还是因为实现复杂度和性能?