Updated SM9实现及优化 (markdown)

Sun Yimin 2023-07-09 17:31:36 +08:00
parent 0f3d3396ab
commit e35a0675b1

@ -45,8 +45,8 @@ Go语言相对简单但是为了简单编译器做了很多额外的操作
也就是Set操作的汇编实现同时也尽量减少Set操作这个“优化”导致了实现的复杂性、影响了代码的可维护性可能不值得
## 下一步
使用浮点运算和SIMD实现《New software speed records for
cryptographic pairings》
参考《New software speed records for
cryptographic pairings》使用浮点运算和SIMD实现