Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SymmetricKeyEncrypter ¶
type SymmetricKeyEncrypter interface {
Encrypter(plainText string, key []byte) (string, error)
Decrypter(cipherText string, key []byte) (string, error)
}
func NewSymmetricKeyEncrypter ¶
func NewSymmetricKeyEncrypter(algo string) SymmetricKeyEncrypter
Click to show internal directories.
Click to hide internal directories.