mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-23 10:46:19 +08:00
5 lines
202 B
Go
5 lines
202 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.
|