Versions in this module Expand all Collapse all v1 v1.6.1 Aug 23, 2022 Changes in this version + const TooBigBlockSize + func ByteSlicePut(data *ByteSlice) + func ByteSliceToString(b []byte) string + func BytesBufferGet() (data *bytes.Buffer) + func BytesBufferPut(data *bytes.Buffer) + func Float64ToUint64(val float64) uint64 + func Int64ToUint64(val int64) uint64 + func StringToByteSlice(s string) []byte + func Uint64ToFloat64(val uint64) float64 + func Uint64ToInt64(val uint64) int64 + type ByteSlice struct + B []byte + func ByteSliceGet(length int) *ByteSlice