mirror of
https://github.com/emmansun/gmsm.git
synced 2025-05-11 03:26:17 +08:00
Updated SM2性能优化(续) (markdown)
parent
3842197cad
commit
fb603f0a99
@ -9,6 +9,9 @@ prime order elliptic curves, §A.2](https://eprint.iacr.org/2015/1060)。这里
|
||||
通过代码生成方式,保证算法实现的正确性、一致性。有尝试自己编写SM2曲线纯Go语言优化实现的同学应该体会很深。
|
||||
|
||||
## amd64架构优化
|
||||
总体而言,和以前实现相比,变化不大。
|
||||
* 基点标量乘法查找表生成,没有重新写生成方法,延用以前的,可以参考[gen_p256_table.go](https://github.com/emmansun/gmsm/blob/go_1.16/sm2/gen_p256_table.go)。
|
||||
* 使用**MULX**优化
|
||||
|
||||
## amd64架构优化
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user