{"id":16645586,"url":"https://github.com/boolangery/d-cryptonote","last_synced_at":"2025-07-25T02:12:15.520Z","repository":{"id":87083968,"uuid":"133121104","full_name":"boolangery/d-cryptonote","owner":"boolangery","description":"d binding for cryptonote hash library","archived":false,"fork":false,"pushed_at":"2018-09-10T08:38:16.000Z","size":3353,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T08:26:44.629Z","etag":null,"topics":["cryptography","cryptonote","d","dlang"],"latest_commit_sha":null,"homepage":null,"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/boolangery.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}},"created_at":"2018-05-12T06:40:19.000Z","updated_at":"2018-09-10T08:38:16.000Z","dependencies_parsed_at":"2023-03-03T00:15:18.714Z","dependency_job_id":null,"html_url":"https://github.com/boolangery/d-cryptonote","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/boolangery/d-cryptonote","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolangery%2Fd-cryptonote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolangery%2Fd-cryptonote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolangery%2Fd-cryptonote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolangery%2Fd-cryptonote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boolangery","download_url":"https://codeload.github.com/boolangery/d-cryptonote/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolangery%2Fd-cryptonote/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266944044,"owners_count":24010481,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cryptography","cryptonote","d","dlang"],"created_at":"2024-10-12T08:24:22.625Z","updated_at":"2025-07-25T02:12:15.478Z","avatar_url":"https://github.com/boolangery.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# d-cryptonote\n\n[![DUB Package](https://img.shields.io/dub/v/cryptonote.svg)](https://code.dlang.org/packages/cryptonote)\n\n`d-cryptonote` is a wrapper of cryptonote C++ library written by:\n    - The Monero Project\n    - Brian Gladman\n    - Oliver Weichhold\n    - others...\n\n\n## build\n\nUse the dub package manager.\n\nThe following dependencies are required to build the original cryptonote library:\n    - boost-devel\n    - stdc++\n\nAvailable build configurations:\n\n    dub build --config=static   // use a local static library\n\n    dub build --config=shared   // use a shared library\n\n    dub test // run unit tests\n\n\n## available functions\n\n```d\nimport cryptonote;\n\nstatic ubyte[] convertBlob(ubyte[] data, int size);\n\nstatic ulong decodeAddress(string address);\n\nstatic ulong decodeIntegratedAddress(string address);\n\nstatic ubyte[] cryptonightHashSlow(ubyte[] data, int variant);\n\nstatic ubyte[] cryptonightHashSlowLite(ubyte[] data);\n\nstatic ubyte[] cryptonightHashFast(ubyte[] data);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboolangery%2Fd-cryptonote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboolangery%2Fd-cryptonote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboolangery%2Fd-cryptonote/lists"}