Documentation ¶
Index ¶
- func AESCBCDecrypt(ciphertext, key, iv []byte) []byte
- func AESCBCEncrypt(plaintext, key, iv []byte) []byte
- func Atoi(s string) int
- func GzipCompress(data []byte) []byte
- func GzipUncompress(data []byte) []byte
- func Itoa(num int) string
- func MD5Sum(data []byte) string
- func ParseHexBytes(s string) []byte
- func ParseHexInt(s string) int
- func Pointer[T any](d T) *T
- func Reverse(s string) string
- func SHA256Sum(data []byte) string
- func Timestamp10(t ...time.Time) string
- func Timestamp13(t ...time.Time) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AESCBCDecrypt ¶
func AESCBCEncrypt ¶
func GzipCompress ¶
func GzipUncompress ¶
func ParseHexBytes ¶ added in v1.1.0
func ParseHexInt ¶ added in v1.1.0
func Timestamp10 ¶
func Timestamp13 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.