Documentation
¶
Index ¶
- func AesCBCDncrypt(encryptData, key, iv []byte) ([]byte, error)
- func AesCBCEncrypt(rawData, key, iv []byte) ([]byte, error)
- func Dncrypt(data, key, iv []byte) ([]byte, error)
- func Encrypt(rawData, key, iv []byte) (out []byte, err error)
- func PKCS7Padding(ciphertext []byte, blockSize int) []byte
- func PKCS7UnPadding(origData []byte) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AesCBCDncrypt ¶
func AesCBCEncrypt ¶
func PKCS7Padding ¶
func PKCS7UnPadding ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.