Versions in this module Expand all Collapse all v1 v1.0.1 May 8, 2026 Changes in this version + func Clone(b []byte) []byte + func FromString(str string) []byte + func GfnDouble(input []byte) []byte + func RightXOR(X, Y []byte) []byte + func ShiftLeft(x []byte) []byte + func ShiftLeftN(dst, x []byte, n int) + func SplitSize(buf []byte, size int) [][]byte + func ToString(buf []byte) string + func XORBytes(Z, X, Y []byte) + func XORBytesMut(X, Y []byte)