Documentation
¶
Index ¶
- func AesDecrypt(data, key []byte, coding Coding, op AesOp) ([]byte, error)
- func AesEncrypt(plain, key []byte, coding Coding, op AesOp) ([]byte, error)
- func PKCS7Padding(data []byte, blockSize int) []byte
- func PKCS7UnPadding(data []byte) []byte
- func TimeIt(method Method, url string, ro *grequests.RequestOptions) (milliseconds int64, resp *grequests.Response, err error)
- type AesOp
- type Coding
- type Method
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PKCS7Padding ¶
func PKCS7UnPadding ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.