Documentation ¶
Index ¶
- func DecryptCBC(key []byte, in []byte) ([]byte, error)
- func DecryptCFB(key []byte, in []byte) ([]byte, error)
- func DecryptECB(key []byte, in []byte) ([]byte, error)
- func DecryptOFB(key []byte, in []byte) ([]byte, error)
- func DecryptSm4(key, iv []byte, cipherText []byte) ([]byte, error)
- func EncryptCBC(key []byte, in []byte) ([]byte, error)
- func EncryptCFB(key []byte, in []byte) ([]byte, error)
- func EncryptECB(key []byte, in []byte) ([]byte, error)
- func EncryptOFB(key []byte, in []byte) ([]byte, error)
- func EncryptSm4(key, iv []byte, plainText []byte) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.