mirror of
https://github.com/emmansun/gmsm.git
synced 2025-05-11 03:26:17 +08:00
Updated SM2性能优化(续) (markdown)
parent
d1bce5654a
commit
4cefe321b9
@ -18,7 +18,7 @@ prime order elliptic curves, §A.2](https://eprint.iacr.org/2015/1060)。这里
|
||||
* AVX2优化,这里只是SELECT、MOVE等优化,不涉及计算。
|
||||
|
||||
### amd64架构优化
|
||||
* 使用NEON指令实现SELECT、MOVE操作,请参考https://github.com/emmansun/gmsm/discussions/134
|
||||
* 使用**NEON**指令实现SELECT、MOVE操作,请参考https://github.com/emmansun/gmsm/discussions/134
|
||||
|
||||
## SM2签名、验签等算法优化
|
||||
* 改用```bigmod```代替```big.Int```,请参考[use bigmod and sm2ec instead of math/big and crypto/elliptic](https://github.com/emmansun/gmsm/commit/a45e13d148db20f3068f3069b1cd04e41a121f91)等。
|
||||
|
Loading…
x
Reference in New Issue
Block a user