Versions in this module Expand all Collapse all v0 v0.0.7 Jul 4, 2021 v0.0.6-wm Jul 4, 2021 v0.0.4 Jul 3, 2021 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