gmsm/sm9/sm9.go

4 lines
200 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
// TODO: implement SM9 algorithm based on basic curves, G1/G2/GT and r-ate pairing implementation.