Versions in this module Expand all Collapse all v1 v1.0.3 Sep 13, 2018 v1.0.2 Sep 7, 2018 v1.0.1 Sep 3, 2018 Changes in this version + func ANDBytes(dst, a, b []byte) int + func CompressBytes(data []byte) []byte + func DecompressBytes(data []byte, target int) ([]byte, error) + func ORBytes(dst, a, b []byte) int + func TestBytes(p []byte) bool + func XORBytes(dst, a, b []byte) int