{"id":18402431,"url":"https://github.com/filosottile/edwards25519","last_synced_at":"2025-04-10T14:22:19.578Z","repository":{"id":43002959,"uuid":"299298649","full_name":"FiloSottile/edwards25519","owner":"FiloSottile","description":"filippo.io/edwards25519 — A safer, faster, and more powerful low-level edwards25519 Go implementation.","archived":false,"fork":false,"pushed_at":"2024-05-23T14:43:57.000Z","size":406,"stargazers_count":135,"open_issues_count":14,"forks_count":30,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-10-04T10:06:51.225Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://filippo.io/edwards25519","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FiloSottile.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},"funding":{"custom":"https://github.com/FiloSottile/FiloSottile/blob/main/maintenance.md#funding"}},"created_at":"2020-09-28T12:16:41.000Z","updated_at":"2024-09-29T02:31:14.000Z","dependencies_parsed_at":"2023-01-31T07:15:43.968Z","dependency_job_id":"5aef70f3-d294-4078-b431-149aea290d29","html_url":"https://github.com/FiloSottile/edwards25519","commit_stats":{"total_commits":194,"total_committers":20,"mean_commits":9.7,"dds":0.4226804123711341,"last_synced_commit":"a7dfd8e4e6b456f2f0d11f0176885421029b6e3f"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FiloSottile%2Fedwards25519","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FiloSottile%2Fedwards25519/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FiloSottile%2Fedwards25519/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FiloSottile%2Fedwards25519/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FiloSottile","download_url":"https://codeload.github.com/FiloSottile/edwards25519/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248233935,"owners_count":21069493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-11-06T02:42:29.194Z","updated_at":"2025-04-10T14:22:19.550Z","avatar_url":"https://github.com/FiloSottile.png","language":"Go","funding_links":["https://github.com/FiloSottile/FiloSottile/blob/main/maintenance.md#funding"],"categories":[],"sub_categories":[],"readme":"# filippo.io/edwards25519\n\n```\nimport \"filippo.io/edwards25519\"\n```\n\nThis library implements the edwards25519 elliptic curve, exposing the necessary APIs to build a wide array of higher-level primitives.\nRead the docs at [pkg.go.dev/filippo.io/edwards25519](https://pkg.go.dev/filippo.io/edwards25519).\n\nThe package tracks the upstream standard library package `crypto/internal/fips140/edwards25519` and extends it with additional functionality.\n\nThe code is originally derived from Adam Langley's internal implementation in the Go standard library, and includes George Tankersley's [performance improvements](https://golang.org/cl/71950). It was then further developed by Henry de Valence for use in ristretto255, and was finally [merged back into the Go standard library](https://golang.org/cl/276272) as of Go 1.17.\n\nMost users don't need this package, and should instead use `crypto/ed25519` for signatures, `crypto/ecdh` for Diffie-Hellman, or `github.com/gtank/ristretto255` for prime order group logic. However, for anyone currently using a fork of the internal `edwards25519` package or of `github.com/agl/edwards25519`, this package should be a safer, faster, and more powerful alternative.\n\nSince this package is meant to curb proliferation of edwards25519 implementations in the Go ecosystem, it welcomes requests for new APIs or reviewable performance improvements.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilosottile%2Fedwards25519","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffilosottile%2Fedwards25519","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffilosottile%2Fedwards25519/lists"}