{"id":65360,"library":"go-faster-xor","title":"XOR","description":"Package xor provides fast XOR operations on byte slices.","status":"active","version":"1.0.0","language":"go","source_language":null,"source_url":"https://github.com/go-faster/xor","tags":["xor","crypto","bytes","fast"],"install":[{"cmd":"go get github.com/go-faster/xor","lang":"bash","label":"Install github.com/go-faster/xor"}],"dependencies":[],"imports":[{"symbol":"xor","correct":"github.com/go-faster/xor"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/go-faster/xor\"\n)\n\nfunc main() {\n\ta := []byte{0x0f, 0xf0}\n\tb := []byte{0xff, 0x00}\n\tout := make([]byte, 2)\n\txor.Bytes(out, a, b)\n\tfmt.Printf(\"%x\\n\", out)\n}","lang":"go","description":"XORs two byte slices together."},"warnings":[],"env_vars":null,"search_vec":"'byte':9,13 'crypto':12 'fast':5,14 'oper':7 'packag':2 'provid':4 'slice':10 'xor':1,3,6,11","created_at":"2026-06-17T17:09:17.671992+00:00","updated_at":"2026-06-17T17:09:17.671992+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/go-faster/xor","github":"https://github.com/go-faster/xor","docs":"https://pkg.go.dev/github.com/go-faster/xor#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}