{"id":16037217,"url":"https://github.com/elichai/ecc-secp256k1","last_synced_at":"2025-03-18T04:30:36.506Z","repository":{"id":148078585,"uuid":"180209713","full_name":"elichai/ecc-secp256k1","owner":"elichai","description":"Elliptic curve operations over secp256k1 *not for production*","archived":false,"fork":false,"pushed_at":"2022-06-08T08:55:01.000Z","size":112,"stargazers_count":18,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T06:57:47.979Z","etag":null,"topics":["cryptography","ecdsa","rust","schnorr","secp256k1"],"latest_commit_sha":null,"homepage":"","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/elichai.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":"2019-04-08T18:30:39.000Z","updated_at":"2024-11-06T22:03:23.000Z","dependencies_parsed_at":"2023-05-29T13:47:18.547Z","dependency_job_id":null,"html_url":"https://github.com/elichai/ecc-secp256k1","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elichai%2Fecc-secp256k1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elichai%2Fecc-secp256k1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elichai%2Fecc-secp256k1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elichai%2Fecc-secp256k1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elichai","download_url":"https://codeload.github.com/elichai/ecc-secp256k1/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243902293,"owners_count":20366259,"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","ecdsa","rust","schnorr","secp256k1"],"created_at":"2024-10-08T22:11:29.869Z","updated_at":"2025-03-18T04:30:36.500Z","avatar_url":"https://github.com/elichai.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ecc-secp256k1\n\n## This repository is for learning purposes only, please *DO NOT* use in production\n\nThis repository aims to create a pure rust ECC library (in the end secp256k1 only).\nright now it's *not* optimized, *not* constant time\nIt provides both low level API (Mul/Add/Div etc.), and Private/Public Keys interface with ECDSA, ECDH and Schnorr.\n\n\n## TODO:\n- [x] ECDSA\n- [x] ECDH\n- [x] Implement DER formats.\n- [x] Test against a known secp256k1 library.\n- [x] ~~Add NIST test vectors~~\n- [x] Replace random `k` with deterministic(ECDSA).\n- [ ] Remove the usage of GMP library.\n- [x] Look into implementing sha2 myself.\n- [ ] Remove all `unimplemented!()` and add checks for the points all over.\n- [x] Add BIP Schnorr support. \n- [x] Add BIP Schnorr Test vectors.\n- [ ] Implement MuSig.\n- [ ] Bulletproofs?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felichai%2Fecc-secp256k1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felichai%2Fecc-secp256k1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felichai%2Fecc-secp256k1/lists"}