mirror of
https://github.com/charlienet/go-mixed.git
synced 2025-07-18 00:22:41 +08:00
加密算法
This commit is contained in:
@ -6,6 +6,8 @@ import (
|
||||
"github.com/tjfoc/gmsm/sm4"
|
||||
)
|
||||
|
||||
var _ ISymmetric = &sm4EcbInstance{}
|
||||
|
||||
type sm4Instance struct {
|
||||
key []byte
|
||||
}
|
||||
|
Reference in New Issue
Block a user