binary

package
v1.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Compress

func Compress(data []byte) []byte

func DecompressBytes

func DecompressBytes(data []byte, target int) ([]byte, error)

func OPBytes

func OPBytes(dst, a, b []byte, op Opselector) int

Types

type Opselector

type Opselector func(uintptr, uintptr) uintptr
var (
	AND Opselector = func(u1, u2 uintptr) uintptr { return u1 & u2 }
	OR  Opselector = func(u1, u2 uintptr) uintptr { return u1 | u2 }
	XOR Opselector = func(u1, u2 uintptr) uintptr { return u1 ^ u2 }
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL