{"id":28576446,"url":"https://github.com/161chihuahuas/equihash","last_synced_at":"2026-04-27T18:33:33.982Z","repository":{"id":263498122,"uuid":"890590293","full_name":"161chihuahuas/equihash","owner":"161chihuahuas","description":"⛏️ native equihash solver and verifier","archived":false,"fork":false,"pushed_at":"2025-06-10T22:26:05.000Z","size":388,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T23:29:21.057Z","etag":null,"topics":["client-puzzle","cryptocurrency","cryptography","equihash","khovratovich","nodejs","proof-of-work","zcash"],"latest_commit_sha":null,"homepage":"http://chihuahua.rodeo/equihash/","language":"C","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/161chihuahuas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2024-11-18T20:50:45.000Z","updated_at":"2025-06-10T22:39:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"c31d4d1c-a933-46d4-962f-7ac1bb9b3e7a","html_url":"https://github.com/161chihuahuas/equihash","commit_stats":null,"previous_names":["lilyannehall/equihash.node","161chihuahuas/equihash.node","161chihuahuas/equihash"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/161chihuahuas/equihash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/161chihuahuas%2Fequihash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/161chihuahuas%2Fequihash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/161chihuahuas%2Fequihash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/161chihuahuas%2Fequihash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/161chihuahuas","download_url":"https://codeload.github.com/161chihuahuas/equihash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/161chihuahuas%2Fequihash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32349673,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T17:12:42.749Z","status":"ssl_error","status_checked_at":"2026-04-27T17:12:41.658Z","response_time":128,"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":["client-puzzle","cryptocurrency","cryptography","equihash","khovratovich","nodejs","proof-of-work","zcash"],"created_at":"2025-06-10T23:40:30.890Z","updated_at":"2026-04-27T18:33:33.977Z","avatar_url":"https://github.com/161chihuahuas.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⛏️ equihash ~ *native equihash solver and verifier*\n\nThis package is a modern refactor of khovratovich/equihash, which has not seen updates since 2016. It borrows from digitalbazaar/equihash's native node.js addon, which has not been updated since 2017. This package reworks them to compile with the latest versions of node-gyp and g++.\n\n## usage\n\n```sh\nnpm install @yipsec/equihash\n```\n\n```js\nimport { solve, verify } from '@yipsec/equihash';\nimport { randomBytes } from 'crypto';\n\nconst N = 90;\nconst K = 5;\n\n// example\nasync function demo() {\n    const seed = randomBytes(32);\n    const solution = await solve(seed, N, K);\n    const valid = await verify(solution.proof, solution.nonce, N, K);\n\n    console.log(solution); // {proof,nonce,n,k}\n    console.log(valid); // true/false\n}\n```\n\n## recommended parameters ( N, K )\n\n### For cryptocurrencies\n\n* (100/110/120, 4)\n* (108/114/120/126, 5)\n\n### For client puzzles\n\n* (60/70/80/90,4)\n* (90/96/102,5)\n\n## links\n\n* [Original C++ implementation of equihash proof-of-work by khovratovich](https://github.com/khovratovich/equihash)\n* [Original Native Node.js module by digitalbazaar](https://github.com/digitalbazaar/equihash)\n\n## copying\n\nanti-copyright 2025, yipsec  \nlicensed under the lesser gnu general public license 3.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F161chihuahuas%2Fequihash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F161chihuahuas%2Fequihash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F161chihuahuas%2Fequihash/lists"}