{"id":31011941,"url":"https://github.com/scroll-tech/ecies-rs","last_synced_at":"2025-09-13T05:14:55.793Z","repository":{"id":310472988,"uuid":"1033024983","full_name":"scroll-tech/ecies-rs","owner":"scroll-tech","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-20T13:36:13.000Z","size":155,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-05T13:59:47.578Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scroll-tech.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,"zenodo":null}},"created_at":"2025-08-06T07:28:37.000Z","updated_at":"2025-08-25T08:32:19.000Z","dependencies_parsed_at":"2025-08-18T11:40:48.173Z","dependency_job_id":null,"html_url":"https://github.com/scroll-tech/ecies-rs","commit_stats":null,"previous_names":["scroll-tech/ecies-rs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/scroll-tech/ecies-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scroll-tech%2Fecies-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scroll-tech%2Fecies-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scroll-tech%2Fecies-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scroll-tech%2Fecies-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scroll-tech","download_url":"https://codeload.github.com/scroll-tech/ecies-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scroll-tech%2Fecies-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274920110,"owners_count":25373954,"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","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-09-13T05:14:54.523Z","updated_at":"2025-09-13T05:14:55.783Z","avatar_url":"https://github.com/scroll-tech.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ecies-rs\n\nElliptic Curve Integrated Encryption Scheme for secp256k1, written in Rust with **minimal** dependencies.\n\nThis is the Rust version of [ecies/py](https://github.com/ecies/py) with a built-in class-like secp256k1 API, \nyou may go there for detailed documentation of the mechanism under the hood.\n\n## Install\n\n`cargo add --git https://github.com/scroll-tech/ecies-rs`\n\n## Quick Start\n\n```rust\nfn main() {\n\tlet secret_key = ecies::SecretKey::random(\u0026mut rand::rng());\n    let public_key = secret_key.public_key();\n\n\tlet mut ciphertext = public_key.encrypt(b\"THIS IS THE TEST\");\n\tlet plaintext = secret_key.decrypt_in_place(\u0026mut ciphertext);\n    assert_eq!(plaintext, b\"THIS IS THE TEST\");\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscroll-tech%2Fecies-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscroll-tech%2Fecies-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscroll-tech%2Fecies-rs/lists"}