package
Version:
v0.5.0-alpha.7
Opens a new window with list of versions in this module.
Published: Feb 16, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func ConcatBytes(byteSlices ...[]byte) []byte
ConcatBytes concatenates the byte slices into a new byte slice.
func ConcatBytesToString(byteSlices ...[]byte) string
ConcatBytesToString concatenates the byte slices into a string.
func ReadAvailableBytesToBuffer(target []byte, targetOffset int, source []byte, sourceOffset int, sourceLength int) int
func XORBytes(dst, a, b []byte) int
XORBytes xors the bytes in a and b. The destination should have enough space, otherwise XOR will panic.
Returns the number of bytes xor'd.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.