diff --git a/SM9实现及优化.md b/SM9实现及优化.md index 8b42b79..42c871d 100644 --- a/SM9实现及优化.md +++ b/SM9实现及优化.md @@ -79,7 +79,7 @@ SM9算法好像比较冷门、应用也没有SM2广泛,因为[128位安全性 * 参考《New software speed records for cryptographic pairings》使用浮点运算和SIMD实现? * [High-Speed Software Implementation of the Optimal Ate Pairing over Barreto–Naehrig Curves](https://eprint.iacr.org/2010/354.pdf),平方扩域上的运算优化,不过由于他的p选择,有其特殊性,基本无参考价值。 * 小步的优化: - + gfP2 乘法、平方等的asm实现; + + gfP2 乘法、平方等的asm实现,这个实现提高性能不足10%(amd64); + curvePoint/G1 曲线运算add/dobule的进一步优化;