Documentation ¶
Overview ¶
+build go1.5
Index ¶
- Variables
- func B64DecodeData(in []byte) (out []byte, err error)
- func B64EncodeData(in []byte) (out []byte)
- func CompressData(in []byte) (out []byte, err error)
- func DecompressData(in []byte) (out []byte, err error)
- func GetRandomBytes(size int) (out []byte, err error)
- func HashSHA3Data(input []byte) (out []byte, err error)
- func InitDebugLog(out io.Writer)
- type AcError
Constants ¶
This section is empty.
Variables ¶
View Source
var DebugLog *log.Logger = nil
Functions ¶
func B64DecodeData ¶
func B64EncodeData ¶
func CompressData ¶
func CompressData(in []byte) (data *bytes.Buffer, err error) {
func DecompressData ¶
func GetRandomBytes ¶
XXX should len be uint32 or uint64 instead?
func HashSHA3Data ¶
func InitDebugLog ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.