Updated SM2性能优化(续) (markdown)

Sun Yimin 2024-05-23 21:56:27 +08:00
parent a9488591b1
commit 4175b97e38

@ -23,6 +23,6 @@ prime order elliptic curves, §A.2](https://eprint.iacr.org/2015/1060)。这里
## SM2签名、加解密等算法优化
* 改用```bigmod```代替```big.Int```,请参考[use bigmod and sm2ec instead of math/big and crypto/elliptic](https://github.com/emmansun/gmsm/commit/a45e13d148db20f3068f3069b1cd04e41a121f91)等。
* 优化签名算法减少求逆操作。请参考https://github.com/emmansun/gmsm/issues/190
* [优化加解密性能](https://github.com/emmansun/gmsm/wiki/SM2%E5%8A%A0%E8%A7%A3%E5%AF%86%E6%80%A7%E8%83%BD)