{"id":16561508,"url":"https://github.com/jcnelson/rust-ecvrf","last_synced_at":"2026-04-23T03:33:05.721Z","repository":{"id":76940306,"uuid":"161242761","full_name":"jcnelson/rust-ecvrf","owner":"jcnelson","description":"ECVRF implementation with curve25519-dalek and Ristretto","archived":false,"fork":false,"pushed_at":"2018-12-10T22:20:33.000Z","size":24,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T04:31:47.645Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jcnelson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-10T22:08:12.000Z","updated_at":"2018-12-10T22:20:34.000Z","dependencies_parsed_at":"2023-05-23T15:45:07.486Z","dependency_job_id":null,"html_url":"https://github.com/jcnelson/rust-ecvrf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jcnelson/rust-ecvrf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcnelson%2Frust-ecvrf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcnelson%2Frust-ecvrf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcnelson%2Frust-ecvrf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcnelson%2Frust-ecvrf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcnelson","download_url":"https://codeload.github.com/jcnelson/rust-ecvrf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcnelson%2Frust-ecvrf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32165056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T02:19:40.750Z","status":"ssl_error","status_checked_at":"2026-04-23T02:17:55.737Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T20:33:23.296Z","updated_at":"2026-04-23T03:33:05.702Z","avatar_url":"https://github.com/jcnelson.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rust-ecvrf\nECVRF implementation with curve25519-dalek and Ristretto\n\n# Build\n\n```bash\n$ cargo build\n```\n\n# Usage\n\n```bash\n$ rust-ecvrf secret\n47553650386c84fd436282419d896ae1589112d73e15eaba0be36ec547a00e31\n```\n\n```bash\n$ rust-ecvrf pubkey 47553650386c84fd436282419d896ae1589112d73e15eaba0be36ec547a00e31\n015da05267e9187dcb362b736609bfb3d3d55c80829af8f258a49ff9770f2fe4\n```\n\n```bash\n$ rust-ecvrf prove 47553650386c84fd436282419d896ae1589112d73e15eaba0be36ec547a00e31 \"hello world\"\n904eedfe4973e2aa0eaaa8e58d30de0dd7c78816c3690c1c94f2554854daa22dd7dd6b89d2ebcbf6f36f4f773d6af446e18b66111f32762d76c5eb1d041730a59bdca34e141cbf887b630bcec701b008\n```\n\n```bash\n$ PROOF=\"904eedfe4973e2aa0eaaa8e58d30de0dd7c78816c3690c1c94f2554854daa22dd7dd6b89d2ebcbf6f36f4f773d6af446e18b66111f32762d76c5eb1d041730a59bdca34e141cbf887b630bcec701b008\"\n$ PUBKEY=\"015da05267e9187dcb362b736609bfb3d3d55c80829af8f258a49ff9770f2fe4\"\n$ rust-ecvrf verify \"$PUBKEY\" \"$PROOF\" \"hello world\"\ntrue\n$ rust-ecvrf verify \"$PUBKEY\" \"$PROOF\" \"nope\"\nfalse\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcnelson%2Frust-ecvrf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcnelson%2Frust-ecvrf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcnelson%2Frust-ecvrf/lists"}