package
Version:
v0.0.0-...-92cc422
Opens a new window with list of versions in this module.
Published: Jan 21, 2019
License: GPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func ANDBytes(dst, a, b []byte) int
AndBytes和A和B中的字节。假定目标具有足够的
空间。返回字节数和'd'。
compressBytes根据稀疏位集压缩输入字节片
表示算法。如果结果大于原始输入,则不
解压缩字节用已知的目标大小解压缩数据。如果输入数据
匹配目标的大小,这意味着在第一个压缩过程中没有进行压缩
地点。
Fuzz实现了Go-Fuzz引信方法来测试各种编码方法
调用。
ORBYTES或A和B中的字节。假定目标具有足够的
空间。返回字节数或'd'。
func XORBytes(dst, a, b []byte) int
xorbytes xor是a和b中的字节。假定目标具有足够的
空间。返回字节数xor'd。
Source Files
¶
Click to show internal directories.
Click to hide internal directories.