{"id":15447892,"url":"https://github.com/hazae41/ed25519","last_synced_at":"2025-09-08T04:39:21.456Z","repository":{"id":147917708,"uuid":"619208795","full_name":"hazae41/ed25519","owner":"hazae41","description":"Ed25519 adapter for WebAssembly and JS implementations","archived":false,"fork":false,"pushed_at":"2024-09-06T15:33:10.000Z","size":219,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T00:02:11.303Z","etag":null,"topics":["adapter","browser","cryptography","curve25519","ed25519","javascript","typescript","webassembly"],"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},"funding":{"github":["hazae41"],"patreon":"hazae41"}},"created_at":"2023-03-26T15:33:40.000Z","updated_at":"2024-09-06T15:33:14.000Z","dependencies_parsed_at":"2024-10-01T20:20:57.475Z","dependency_job_id":null,"html_url":"https://github.com/hazae41/ed25519","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fed25519","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fed25519/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fed25519/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fed25519/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hazae41","download_url":"https://codeload.github.com/hazae41/ed25519/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240131746,"owners_count":19752727,"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":["adapter","browser","cryptography","curve25519","ed25519","javascript","typescript","webassembly"],"created_at":"2024-10-01T20:20:52.641Z","updated_at":"2025-09-08T04:39:21.448Z","avatar_url":"https://github.com/hazae41.png","language":"TypeScript","funding_links":["https://github.com/sponsors/hazae41","https://patreon.com/hazae41"],"categories":[],"sub_categories":[],"readme":"# Ed25519 (deprecated: use WebCrypto)\n\nEd25519 adapter for WebAssembly and JS implementations\n\n```bash\nnpm i @hazae41/ed25519\n```\n\n[**Node Package 📦**](https://www.npmjs.com/package/@hazae41/ed25519)\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 { Ed25519 } from \"@hazae41/ed25519\"\n\nEd25519.set(Ed25519.fromNative())\n```\n\n### WebAssembly\n\n```bash\nnpm i @hazae41/ed25519.wasm\n```\n\n```typescript\nimport { Ed25519 } from \"@hazae41/ed25519\"\nimport { Ed25519Wasm } from \"@hazae41/ed25519.wasm\"\n\nawait Ed25519Wasm.initBundled()\n\nEd25519.set(await Ed25519.fromNativeOrWasm(Ed25519Wasm))\n```\n\n### Noble Curves (JavaScript)\n\n```bash\nnpm i @noble/curves\n```\n\n```typescript\nimport { Ed25519 } from \"@hazae41/ed25519\"\nimport * as Ed25519Noble from \"@noble/curves/ed25519\"\n\nEd25519.set(await Ed25519.fromNativeOrNoble(Ed25519Noble))\n```\n\n### Noble Ed25519 (JavaScript)\n\n```bash\nnpm i @noble/ed25519\n```\n\n```typescript\nimport { Ed25519 } from \"@hazae41/ed25519\"\nimport * as ed25519 from \"@noble/ed25519\"\n\nEd25519.set(await Ed25519.fromNativeOrNoble({ ed25519 }))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazae41%2Fed25519","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhazae41%2Fed25519","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazae41%2Fed25519/lists"}