Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EncrypterType = reflect.TypeOf((*Encrypter)(nil)).Elem()
Functions ¶
func DecryptAes256Ecb ¶
func EncryptAes256Ecb ¶
func PKCS7Padding ¶
func PKCS7UnPadding ¶
Types ¶
type AesEncrypter ¶
type AesEncrypter struct {
// contains filtered or unexported fields
}
func NewAesEncrypter ¶
func NewAesEncrypter(key []byte) *AesEncrypter
Click to show internal directories.
Click to hide internal directories.