Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cipher ¶
type Cipher interface {
Init()
Encrypt(src string) (string, error)
Decrypt(src string) (string, error)
}
Cipher interface declares Init(), Encrypyt(), Decrypyt() methods
type HWAESCipher ¶ added in v1.5.1
type HWAESCipher struct {
// contains filtered or unexported fields
}
HWAESCipher is a cipher used in huawei
Click to show internal directories.
Click to hide internal directories.