{"id":15681026,"url":"https://github.com/shekohex/curve25519-rs","last_synced_at":"2025-05-07T11:40:48.613Z","repository":{"id":44884571,"uuid":"161837782","full_name":"shekohex/curve25519-rs","owner":"shekohex","description":"Curve25519 in safe Pure Rust with #[no_std]. ported from rust-crypto crate","archived":false,"fork":false,"pushed_at":"2022-01-20T15:26:32.000Z","size":843,"stargazers_count":11,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-31T09:37:55.404Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://shadykhalifa.me/curve25519-rs/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shekohex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.APACHE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-14T20:36:38.000Z","updated_at":"2023-03-01T20:37:31.000Z","dependencies_parsed_at":"2022-08-28T18:20:49.061Z","dependency_job_id":null,"html_url":"https://github.com/shekohex/curve25519-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shekohex%2Fcurve25519-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shekohex%2Fcurve25519-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shekohex%2Fcurve25519-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shekohex%2Fcurve25519-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shekohex","download_url":"https://codeload.github.com/shekohex/curve25519-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252872990,"owners_count":21817699,"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-10-03T16:48:19.353Z","updated_at":"2025-05-07T11:40:48.569Z","avatar_url":"https://github.com/shekohex.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Curve25519 in Pure Rust\n\n[![Build Status](https://travis-ci.org/shekohex/curve25519-rs.svg?branch=master)](https://travis-ci.org/shekohex/curve25519-rs) [![Documentation](https://img.shields.io/badge/docs-0.1.0-blue.svg)](https://shadykhalifa.me/curve25519-rs/) [![License](https://img.shields.io/badge/license-MIT%2FApache--2-yellowgreen.svg)](#)\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fshekohex%2Fcurve25519-rs.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fshekohex%2Fcurve25519-rs?ref=badge_shield)\n\n\nCurve25519 is a state-of-the-art Diffie-Hellman function suitable for a wide variety of applications.\n\nGiven a user's 32-byte secret key, Curve25519 computes the user's 32-byte public key.\nGiven the user's 32-byte secret key and another user's 32-byte public key, Curve25519 computes a 32-byte secret shared by the two users.\nThis secret can then be used to authenticate and encrypt messages between the two users.\n\nSee [spec](https://cr.yp.to/ecdh.html)\n\n## Usage\nin your `Cargo.toml` file\n\n```toml\n[dependencies]\ncurve25519 = { git = \"https://github.com/shekohex/curve25519-rs\" }\n```\n\n### Some Notes\nThis crate was extracted from [rust-crypto](https://github.com/DaGenix/rust-crypto) crate.\n\n## License\n\nAll crates licensed under either of\n\n * [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)\n * [MIT license](http://opensource.org/licenses/MIT)\n\n\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fshekohex%2Fcurve25519-rs.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fshekohex%2Fcurve25519-rs?ref=badge_large)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshekohex%2Fcurve25519-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshekohex%2Fcurve25519-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshekohex%2Fcurve25519-rs/lists"}