Registry / crypto / templexxx-xorsimd

templexxx-xorsimd

JSON →
library0.4.4gogounverified

Fast XOR operations using SIMD instructions for Go.

go get github.com/templexxx/xorsimd
INSTALL
IMPORT
SIG · TEMPLEXXX-XORSIMD
T
templexxx-xorsimd
cryptogov0.4.4
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.

xorsimd
github.com/templexxx/xorsimd

XOR two byte slices using SIMD

package main import ( "fmt" "github.com/templexxx/xorsimd" ) func main() { a := []byte{0xff, 0x00} b := []byte{0x0f, 0xf0} result := make([]byte, 2) xorsimd.XorBytes(result, a, b) fmt.Printf("%x\n", result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
Resources
templexxx-xorsimd — go get templexxx-xorsimd · libregistry