Files
xgcl/sm/sm9/doc.go
T
2026-05-27 23:03:00 +08:00

6 lines
205 B
Go

package sm9
// Change log:
// 1. Use io.Reader instead of random bytes input.
// 2. 计算配对函数调用较多, go1.18(and go1.17 on amd64) 改了寄存器传参,因此有较大的速度提升。