Documentation ¶ Index ¶ func ANDBytes(dst, a, b []byte) int func CompressBytes(data []byte) []byte func DecompressBytes(data []byte, target int) ([]byte, error) func Fuzz(data []byte) int func ORBytes(dst, a, b []byte) int func TestBytes(p []byte) bool func XORBytes(dst, a, b []byte) int Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ANDBytes ¶ func ANDBytes(dst, a, b []byte) int func CompressBytes ¶ func CompressBytes(data []byte) []byte func DecompressBytes ¶ func DecompressBytes(data []byte, target int) ([]byte, error) func Fuzz ¶ added in v1.7.2 func Fuzz(data []byte) int func ORBytes ¶ func ORBytes(dst, a, b []byte) int func TestBytes ¶ func TestBytes(p []byte) bool func XORBytes ¶ func XORBytes(dst, a, b []byte) int Types ¶ This section is empty. Source Files ¶ View all Source files bitutil.go compress.go compress_fuzz.go Click to show internal directories. Click to hide internal directories.