1
0
mirror of https://github.com/charlienet/go-mixed.git synced 2025-07-18 08:32:40 +08:00

加密算法

This commit is contained in:
2022-04-20 11:34:03 +08:00
parent 0ab7efb7ef
commit cd163ed99b
5 changed files with 31 additions and 2 deletions

View File

@ -15,6 +15,8 @@ var (
C1C2C3 = 1
)
var _ IAsymmetric = &sm2Instance{}
type sm2Instance struct {
mode int
prk *s.PrivateKey