{"id":51666,"library":"templexxx-xor","title":"XOR","description":"Package xor provides fast XOR operations for byte slices.","status":"active","version":"0.0.0-20191217153810-f85b25db303b","language":"go","source_language":null,"source_url":"https://github.com/templexxx/xor","tags":["xor","crypto","utility"],"install":[{"cmd":"go get github.com/templexxx/xor","lang":"bash","label":"Install github.com/templexxx/xor"}],"dependencies":[],"imports":[{"symbol":"xor","correct":"github.com/templexxx/xor"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/templexxx/xor\"\n)\n\nfunc main() {\n\ta := []byte{0x01, 0x02}\n\tb := []byte{0x03, 0x04}\n\tresult := make([]byte, 2)\n\txor.Bytes(result, a, b)\n\tfmt.Println(result)\n}","lang":"go","description":"XORs two byte slices together and stores the result."},"warnings":[],"env_vars":null,"search_vec":"'byte':9 'crypto':12 'fast':5 'oper':7 'packag':2 'provid':4 'slice':10 'util':13 'xor':1,3,6,11","created_at":"2026-06-15T06:25:30.392574+00:00","updated_at":"2026-06-15T06:25:30.392574+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/templexxx/xor","github":"https://github.com/templexxx/xor","docs":"https://pkg.go.dev/github.com/templexxx/xor#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}