{"id":15010433,"url":"https://github.com/nuid/elliptic","last_synced_at":"2026-01-27T12:02:51.280Z","repository":{"id":49141992,"uuid":"158462605","full_name":"NuID/elliptic","owner":"NuID","description":"Cross-platform elliptic curve arithmetic","archived":false,"fork":false,"pushed_at":"2023-10-27T13:32:01.000Z","size":141,"stargazers_count":1,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-28T18:43:14.606Z","etag":null,"topics":["clj","cljc","cljs","clojure","clojurescript","elliptic","elliptic-curve","elliptic-curve-arithmetic"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NuID.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-20T23:07:40.000Z","updated_at":"2022-04-09T00:40:43.000Z","dependencies_parsed_at":"2024-10-12T14:01:30.426Z","dependency_job_id":null,"html_url":"https://github.com/NuID/elliptic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NuID/elliptic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NuID%2Felliptic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NuID%2Felliptic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NuID%2Felliptic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NuID%2Felliptic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NuID","download_url":"https://codeload.github.com/NuID/elliptic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NuID%2Felliptic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28812752,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T11:52:46.759Z","status":"ssl_error","status_checked_at":"2026-01-27T11:52:35.059Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["clj","cljc","cljs","clojure","clojurescript","elliptic","elliptic-curve","elliptic-curve-arithmetic"],"created_at":"2024-09-24T19:34:13.457Z","updated_at":"2026-01-27T12:02:51.253Z","avatar_url":"https://github.com/NuID.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"right\"\u003e\u003ca href=\"https://nuid.io\"\u003e\u003cimg src=\"https://nuid.io/svg/logo.svg\" width=\"20%\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n# nuid.elliptic\n\nCross-platform elliptic curve arithmetic.\n\nGit issues and other communications are warmly welcomed. [dev@nuid.io](mailto:dev@nuid.io)\n\n## Requirements\n\n[`jvm`](https://www.java.com/en/download/), [`node + npm`](https://nodejs.org/en/download/), [`clj`](https://clojure.org/guides/getting_started), [`shadow-cljs`](https://shadow-cljs.github.io/docs/UsersGuide.html#_installation)\n\n## Clojure and ClojureScript\n\n### tools.deps:\n\n`{nuid/elliptic {:git/url \"https://github.com/nuid/elliptic\" :sha \"...\"}}`\n\n### usage:\n\n```\n$ clj # or shadow-cljs node-repl\n=\u003e (require '[nuid.elliptic.curve.point :as point])\n=\u003e (require '[nuid.elliptic.curve :as curve])\n=\u003e (require '[nuid.transit :as transit])\n=\u003e (require '[nuid.bn :as bn])\n=\u003e (def c (curve/from ::curve/secp256k1))\n=\u003e (def g (curve/base c))\n=\u003e (def n (curve/order c))\n=\u003e (def k (bn/from \"123333333333333333333333333333333333333333321\"))\n=\u003e (def p (point/mul g k))\n=\u003e (def q (point/add g p))\n```\n\n## Notes\n\n`nuid.elliptic` primarily exists to abstract over platform-specific differences\nand provide a common interface to the provided functionality across host\nplatforms. `nuid.elliptic` delegates directly to host implementions (e.g.\n`bouncycastle` on the `jvm`, and `elliptic`, etc., in `node` and the browser).\n\n## Licensing\n\nApache v2.0 or MIT\n\n## ⚠️  Disclaimer\n\nThis library is [property tested](https://github.com/clojure/test.check#testcheck)\nto help verify implementation, but has not yet been audited by an independent\nthird party.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuid%2Felliptic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuid%2Felliptic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuid%2Felliptic/lists"}