Versions in this module Expand all Collapse all v1 v1.2.1 May 14, 2026 Changes in this version + func GetBitLSB(b byte, bit int) bool + func GetByteLSB(value int64, byteNumber int) byte + func JamCRC32(value []byte) []byte + func LSBBitValue(bitIdx int, isSet bool) byte + func LSBBytesToInt(data []byte) int + func LeftNibble(input byte) int + func PadMessageToBlocksize(message []byte, blocksize int) []byte + func RightNibble(input byte) int + func RotateLeft(val []byte, rotations int) []byte + func RotateRight(val []byte, rotations int) []byte + func UnsignedByteToInt(b byte) int + func XOR(a1, a2 []byte) []byte + func XORAlt(a1, a2 []byte) []byte