mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-22 10:16:18 +08:00
4 lines
200 B
Go
4 lines
200 B
Go
![]() |
// Package sm9 handle shangmi sm9 algorithm and its curves and pairing implementation
|
||
|
package sm9
|
||
|
|
||
|
// TODO: implement SM9 algorithm based on basic curves, G1/G2/GT and r-ate pairing implementation.
|