gmsm/sm9/sm9.go

5 lines
202 B
Go
Raw Normal View History

2022-06-07 17:13:23 +08:00
// Package sm9 handle shangmi sm9 algorithm and its curves and pairing implementation
package sm9
2022-06-07 17:22:59 +08:00
// TODO: implement SM9 algorithm based on basic curves, G1/G2/GT and r-ate pairing implementation.