{"id":53347,"library":"drand-kyber","title":"Kyber","description":"A toolbox of advanced cryptographic primitives for Go, including group-based public-key crypto, zero-knowledge proofs, and threshold schemes.","status":"active","version":"1.3.2","language":"go","source_language":null,"source_url":"https://github.com/drand/kyber","tags":["cryptography","elliptic-curve","zero-knowledge","threshold"],"install":[{"cmd":"go get github.com/drand/kyber","lang":"bash","label":"Install github.com/drand/kyber"}],"dependencies":[],"imports":[{"symbol":"kyber","correct":"github.com/drand/kyber"}],"quickstart":{"code":"package main\n\nimport (\n    \"fmt\"\n    \"github.com/drand/kyber\"\n    \"github.com/drand/kyber/group/edwards25519\"\n)\n\nfunc main() {\n    suite := edwards25519.NewBlakeSHA256Ed25519()\n    a := suite.Scalar().Pick(suite.RandomStream())\n    A := suite.Point().Mul(a, nil)\n    fmt.Println(A)\n}","lang":"go","description":"Generate a keypair using the Ed25519 suite."},"warnings":[],"env_vars":null,"search_vec":"'advanc':5 'base':13 'crypto':17 'cryptograph':6 'cryptographi':25 'curv':28 'ellipt':27 'elliptic-curv':26 'go':9 'group':12 'group-bas':11 'includ':10 'key':16 'knowledg':20,31 'kyber':1 'primit':7 'proof':21 'public':15 'public-key':14 'scheme':24 'threshold':23,32 'toolbox':3 'zero':19,30 'zero-knowledg':18,29","created_at":"2026-06-15T07:36:24.815008+00:00","updated_at":"2026-06-15T07:36:24.815008+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/drand/kyber","github":"https://github.com/drand/kyber","docs":"https://pkg.go.dev/github.com/drand/kyber#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-15","next_check":"2026-12-12","install_tag":null}}