Documentation
¶
Index ¶
- Constants
- func DecryptNoPadding(key []byte, iv []byte, cypertext []byte) ([]byte, error)
- func DecryptPkcs7(key []byte, iv []byte, cypertext []byte) ([]byte, error)
- func EncryptNoPadding(key []byte, iv []byte, plaintext []byte) ([]byte, error)
- func EncryptPkcs7(key []byte, iv []byte, plaintext []byte) ([]byte, error)
Constants ¶
View Source
const KeySize = 32
Variables ¶
This section is empty.
Functions ¶
func DecryptNoPadding ¶
func EncryptNoPadding ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.