Updated SM9实现及优化 (markdown)

Sun Yimin 2023-07-22 08:03:46 +08:00
parent f47d8e7ea1
commit 216616f851

@ -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)?还是因为实现复杂度和性能?