6 lines
205 B
Go
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) 改了寄存器传参,因此有较大的速度提升。
|