package
0.0.0-20250211035330-73cac304b8dd
Repository: https://github.com/zenanet-network/go-zenanet.git
Documentation: pkg.go.dev

# Functions

ANDBytes ands the bytes in a and b.
CompressBytes compresses the input byte slice according to the sparse bitset representation algorithm.
DecompressBytes decompresses data with a known target size.
ORBytes ors the bytes in a and b.
TestBytes tests whether any bit is set in the input byte slice.
XORBytes xors the bytes in a and b.