Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Bytes ¶
func Bytes(dst, src0, src1 []byte)
Bytes : chose the shortest one as xor size it's better to use it for big data ( > 64bytes )
func BytesSameLen ¶
func BytesSameLen(dst, src0, src1 []byte)
BytesSameLen : all slice's length must be equal cut size branch, save time for small data
func BytesSrc0 ¶
func BytesSrc0(dst, src0, src1 []byte)
BytesSrc0 : src1 >= src0, dst >= src0 xor src0's len bytes
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.