{"id":15447919,"url":"https://github.com/hazae41/x25519","last_synced_at":"2026-02-03T12:01:58.592Z","repository":{"id":176564931,"uuid":"619218998","full_name":"hazae41/x25519","owner":"hazae41","description":"X25519 adapter for WebAssembly and JS implementations","archived":false,"fork":false,"pushed_at":"2025-07-14T14:09:39.000Z","size":281,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T15:50:42.268Z","etag":null,"topics":["adapter","browser","cryptography","curve25519","javascript","typescript","webassembly","x25519"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/hazae41.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["hazae41"],"patreon":"hazae41"}},"created_at":"2023-03-26T16:05:53.000Z","updated_at":"2025-07-14T14:09:42.000Z","dependencies_parsed_at":"2023-10-13T13:41:37.249Z","dependency_job_id":"76a450c2-682a-4538-bc71-f3ee47b12b39","html_url":"https://github.com/hazae41/x25519","commit_stats":null,"previous_names":["hazae41/x25519"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/hazae41/x25519","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fx25519","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fx25519/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fx25519/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fx25519/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hazae41","download_url":"https://codeload.github.com/hazae41/x25519/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fx25519/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29045440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T10:09:22.136Z","status":"ssl_error","status_checked_at":"2026-02-03T10:09:16.814Z","response_time":96,"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":["adapter","browser","cryptography","curve25519","javascript","typescript","webassembly","x25519"],"created_at":"2024-10-01T20:21:02.655Z","updated_at":"2026-02-03T12:01:56.262Z","avatar_url":"https://github.com/hazae41.png","language":"TypeScript","funding_links":["https://github.com/sponsors/hazae41","https://patreon.com/hazae41"],"categories":[],"sub_categories":[],"readme":"# X25519 (deprecated: use WebCrypto)\n\nX25519 adapter for WebAssembly and JS implementations\n\n```bash\nnpm i @hazae41/x25519\n```\n\n[**Node Package 📦**](https://www.npmjs.com/package/@hazae41/x25519)\n\n## Features\n\n### Current features\n- 100% TypeScript and ESM\n- No external dependencies\n\n## Usage\n\n### Native (WebCrypto)\n\nhttps://github.com/tQsW/webcrypto-curve25519/blob/master/explainer.md\n\n```typescript\nimport { X25519 } from \"@hazae41/x25519\"\n\nX25519.set(await X25519.fromNative())\n```\n\n### WebAssembly\n\n```bash\nnpm i @hazae41/x25519.wasm\n```\n\n```typescript\nimport { X25519 } from \"@hazae41/x25519\"\nimport { X25519Wasm } from \"@hazae41/x25519.wasm\"\n\nawait X25519Wasm.initBundled()\n\nX25519.set(await X25519.fromNativeOrWasm(X25519Wasm))\n```\n\n### Noble (JavaScript)\n\n```bash\nnpm i @noble/curves\n```\n\n```typescript\nimport { X25519 } from \"@hazae41/x25519\"\nimport * as Ed25519Noble from \"@noble/curves/ed25519\"\n\nX25519.set(await X25519.fromNativeOrNoble(Ed25519Noble))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazae41%2Fx25519","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhazae41%2Fx25519","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazae41%2Fx25519/lists"}