1
0
mirror of https://github.com/charlienet/go-mixed.git synced 2025-07-18 00:22:41 +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

@ -6,6 +6,8 @@ import (
"github.com/tjfoc/gmsm/sm4"
)
var _ ISymmetric = &sm4EcbInstance{}
type sm4Instance struct {
key []byte
}