Registry / crypto / templexxx-xor

templexxx-xor

JSON →
library0.0.0-20191217153810-f85b25db303bgogounverified

Package xor provides fast XOR operations for byte slices.

go get github.com/templexxx/xor
INSTALL
IMPORT
SIG · TEMPLEXXX-XOR
T
templexxx-xor
cryptogov0.0.0-20191217153810-f85b25db303b
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xor
github.com/templexxx/xor

XORs two byte slices together and stores the result.

package main import ( "fmt" "github.com/templexxx/xor" ) func main() { a := []byte{0x01, 0x02} b := []byte{0x03, 0x04} result := make([]byte, 2) xor.Bytes(result, a, b) fmt.Println(result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20191217153810-f85b25db303blatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Resources
templexxx-xor — go get templexxx-xor · libregistry