{"id":76335,"library":"sec51-gf256","title":"gf256","description":"A Go implementation of Galois Field arithmetic in GF(2^8), used in error-correcting codes.","status":"active","version":"0.0.0-20160126143050-2454accbeb9e","language":"go","source_language":null,"source_url":"https://github.com/sec51/gf256","tags":["galois","field","arithmetic","error-correction"],"install":[{"cmd":"go get github.com/sec51/gf256","lang":"bash","label":"Install github.com/sec51/gf256"}],"dependencies":[],"imports":[{"symbol":"gf256","correct":"github.com/sec51/gf256"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/sec51/gf256\"\n)\n\nfunc main() {\n\ta := gf256.NewElement(0x57)\n\tb := gf256.NewElement(0x83)\n\tc := a.Mul(b)\n\tfmt.Println(c.Value())\n}","lang":"go","description":"Multiply two elements in GF(2^8)"},"warnings":[],"env_vars":null,"search_vec":"'2':11 '8':12 'arithmet':8,21 'code':18 'correct':17,24 'error':16,23 'error-correct':15,22 'field':7,20 'galoi':6,19 'gf':10 'gf256':1 'go':3 'implement':4 'use':13","created_at":"2026-06-17T19:28:04.096491+00:00","updated_at":"2026-06-17T19:28:04.096491+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/sec51/gf256","github":"https://github.com/sec51/gf256","docs":"https://pkg.go.dev/github.com/sec51/gf256#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}}