Update README.md

This commit is contained in:
Sun Yimin 2023-07-08 19:32:26 +08:00 committed by GitHub
parent 9d59be1699
commit 29ccad538a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,6 @@ This part codes mainly refer two projects:
3. [SM9 precompute pairing per master public key level](https://github.com/emmansun/gmsm/discussions/60)。
4. G1, G2曲线倍点运算预计算。
5. 更加高效的基础域gfP汇编方法实现。
6. 分圆子上的特殊平方运算实现。
6. 分圆子上的特殊平方运算实现。
7. Miller运算中line add/double运算不返回新建对象。
8. Marshal/Unmarshalselectset的asm实现。