Documentation
¶
Index ¶
- func Aes128Key(key []byte) []byte
- func Aes256Key(key []byte) []byte
- func BytesToInt64(buf []byte) int64
- func GobDecode(data []byte, to interface{}) error
- func GobEncode(p interface{}) ([]byte, error)
- func Gunzip(s []byte) ([]byte, error)
- func Gzip(data []byte) ([]byte, error)
- func IPv4ToInt(ip net.IP) uint32
- func Int64ToBytes(i int64) []byte
- func IntToIPv4(nn uint32) net.IP
- func NewAesCBC(key []byte) *aesCBC
- func NewAesGCM(key []byte) *aesGCM
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesToInt64 ¶
func Int64ToBytes ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.