{"id":53138,"library":"bwesterb-go-ristretto","title":"Go Ristretto Prime-Order Group","description":"Pure Go implementation of the Ristretto prime-order group built from the Edwards curve Edwards25519.","status":"active","version":"1.2.3","language":"go","source_language":null,"source_url":"https://github.com/bwesterb/go-ristretto","tags":["cryptography","elliptic-curve","ristretto","edwards25519"],"install":[{"cmd":"go get github.com/bwesterb/go-ristretto","lang":"bash","label":"Install github.com/bwesterb/go-ristretto"}],"dependencies":[],"imports":[{"symbol":"ristretto","correct":"github.com/bwesterb/go-ristretto"}],"quickstart":{"code":"package main\n\nimport (\n    \"fmt\"\n    \"github.com/bwesterb/go-ristretto\"\n)\n\nfunc main() {\n    var a, b, c ristretto.Point\n    a.Rand()\n    b.Rand()\n    c.Add(&a, &b)\n    fmt.Println(c)\n}","lang":"go","description":"Generates two random points and adds them."},"warnings":[],"env_vars":null,"search_vec":"'built':17 'cryptographi':23 'curv':21,26 'edward':20 'edwards25519':22,28 'ellipt':25 'elliptic-curv':24 'go':1,8 'group':6,16 'implement':9 'order':5,15 'prime':4,14 'prime-ord':3,13 'pure':7 'ristretto':2,12,27","created_at":"2026-06-15T07:28:39.288119+00:00","updated_at":"2026-06-15T07:28:39.288119+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/bwesterb/go-ristretto","github":"https://github.com/bwesterb/go-ristretto","docs":"https://pkg.go.dev/github.com/bwesterb/go-ristretto#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}}