{"id":13532140,"url":"https://github.com/dalek-cryptography/curve25519-dalek","last_synced_at":"2025-05-10T09:09:15.988Z","repository":{"id":38977691,"uuid":"75924987","full_name":"dalek-cryptography/curve25519-dalek","owner":"dalek-cryptography","description":"A pure-Rust implementation of group operations on Ristretto and Curve25519","archived":false,"fork":false,"pushed_at":"2025-05-08T20:06:28.000Z","size":4424,"stargazers_count":973,"open_issues_count":93,"forks_count":520,"subscribers_count":31,"default_branch":"main","last_synced_at":"2025-05-08T22:36:58.135Z","etag":null,"topics":["cryptography","curve25519","edwards-curve","elliptic-curves","montgomery","ristretto"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dalek-cryptography.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"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,"zenodo":null}},"created_at":"2016-12-08T09:50:02.000Z","updated_at":"2025-05-08T20:06:32.000Z","dependencies_parsed_at":"2024-02-06T21:38:46.708Z","dependency_job_id":"c76972b4-18f6-43be-b6f8-b9d161b143d9","html_url":"https://github.com/dalek-cryptography/curve25519-dalek","commit_stats":{"total_commits":1706,"total_committers":113,"mean_commits":"15.097345132743364","dds":0.6483001172332943,"last_synced_commit":"43a16f03d4c635a8836c23ac07244c116ea3aab8"},"previous_names":[],"tags_count":98,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalek-cryptography%2Fcurve25519-dalek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalek-cryptography%2Fcurve25519-dalek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalek-cryptography%2Fcurve25519-dalek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dalek-cryptography%2Fcurve25519-dalek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dalek-cryptography","download_url":"https://codeload.github.com/dalek-cryptography/curve25519-dalek/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253166474,"owners_count":21864467,"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":["cryptography","curve25519","edwards-curve","elliptic-curves","montgomery","ristretto"],"created_at":"2024-08-01T07:01:08.498Z","updated_at":"2025-05-10T09:09:15.902Z","avatar_url":"https://github.com/dalek-cryptography.png","language":"Rust","funding_links":[],"categories":["Libraries","Rust","库 Libraries","Cryptography"],"sub_categories":["Cryptography","密码学 Cryptography","Theorem"],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg\n alt=\"dalek-cryptography logo: a dalek with edwards curves as sparkles coming out of its radar-schnozzley blaster thingies\"\n width=\"200px\"\n src=\"https://cdn.jsdelivr.net/gh/dalek-cryptography/curve25519-dalek/docs/assets/dalek-logo-clear.png\"/\u003e\n\u003c/p\u003e\n\n# Dalek elliptic curve cryptography\n\nThis repo contains pure-Rust crates for elliptic curve cryptography:\n\n|                 Crate                    |   Description  | Crates.io | Docs | CI                                                                                                                                                                                                                          |\n-------------------------------------------|----------------|-----------|------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------\n| [`curve25519‑dalek`](./curve25519-dalek) | A library for arithmetic over the Curve25519 and Ristretto elliptic curves and their associated scalars. | [![](https://img.shields.io/crates/v/curve25519-dalek.svg)](https://crates.io/crates/curve25519-dalek) | [![](https://img.shields.io/docsrs/curve25519-dalek)](https://docs.rs/curve25519-dalek) | [![CI](https://github.com/dalek-cryptography/curve25519-dalek/actions/workflows/curve25519-dalek.yml/badge.svg?branch=main)](https://github.com/dalek-cryptography/curve25519-dalek/actions/workflows/curve25519-dalek.yml) |\n| [`ed25519‑dalek`](./ed25519-dalek)       | An implementation of the EdDSA digital signature scheme over Curve25519. | [![](https://img.shields.io/crates/v/ed25519-dalek.svg)](https://crates.io/crates/ed25519-dalek) | [![](https://docs.rs/ed25519-dalek/badge.svg)](https://docs.rs/ed25519-dalek) | [![CI](https://github.com/dalek-cryptography/curve25519-dalek/actions/workflows/ed25519-dalek.yml/badge.svg?branch=main)](https://github.com/dalek-cryptography/curve25519-dalek/actions/workflows/ed25519-dalek.yml)       |\n| [`x25519‑dalek`](./x25519-dalek)         | An implementation of elliptic curve Diffie-Hellman key exchange over Curve25519. | [![](https://img.shields.io/crates/v/x25519-dalek.svg)](https://crates.io/crates/x25519-dalek) | [![](https://docs.rs/x25519-dalek/badge.svg)](https://docs.rs/x25519-dalek) | [![CI](https://github.com/dalek-cryptography/curve25519-dalek/actions/workflows/x25519-dalek.yml/badge.svg?branch=main)](https://github.com/dalek-cryptography/curve25519-dalek/actions/workflows/x25519-dalek.yml)         |\n\nThere is also the [`curve25519-dalek-derive`](./curve25519-dalek-derive) crate, which is just a helper crate with some macros that make curve25519-dalek easier to write.\n\n# Contributing\n\nPlease see [`CONTRIBUTING.md`](./CONTRIBUTING.md).\n\n# Code of Conduct\n\nWe follow the [Rust Code of Conduct](http://www.rust-lang.org/conduct.html),\nwith the following additional clauses:\n\n* We respect the rights to privacy and anonymity for contributors and people in\n  the community.  If someone wishes to contribute under a pseudonym different to\n  their primary identity, that wish is to be respected by all contributors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalek-cryptography%2Fcurve25519-dalek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdalek-cryptography%2Fcurve25519-dalek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdalek-cryptography%2Fcurve25519-dalek/lists"}