{"id":19513551,"url":"https://github.com/atropinetears/blake2b-pow","last_synced_at":"2025-07-19T15:41:40.346Z","repository":{"id":57516425,"uuid":"220710831","full_name":"AtropineTears/blake2b-pow","owner":"AtropineTears","description":"A Rust Library For Nano's Proof of Work Consensus Algorithm That Uses Blake2B.","archived":false,"fork":false,"pushed_at":"2021-01-11T03:43:32.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-03T04:47:01.806Z","etag":null,"topics":["blake2b","block-lattice","blockchain","cargo","consensus-algorithm","crates","library","mining","mining-software","nano","proof-of-work","rust","rust-lang"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/AtropineTears.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}},"created_at":"2019-11-09T22:18:11.000Z","updated_at":"2023-06-21T07:52:45.000Z","dependencies_parsed_at":"2022-09-26T18:00:49.186Z","dependency_job_id":null,"html_url":"https://github.com/AtropineTears/blake2b-pow","commit_stats":null,"previous_names":["0xatropine/blake2b-pow"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtropineTears%2Fblake2b-pow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtropineTears%2Fblake2b-pow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtropineTears%2Fblake2b-pow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtropineTears%2Fblake2b-pow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AtropineTears","download_url":"https://codeload.github.com/AtropineTears/blake2b-pow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240762504,"owners_count":19853495,"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":["blake2b","block-lattice","blockchain","cargo","consensus-algorithm","crates","library","mining","mining-software","nano","proof-of-work","rust","rust-lang"],"created_at":"2024-11-10T23:30:48.932Z","updated_at":"2025-02-25T23:24:25.324Z","avatar_url":"https://github.com/AtropineTears.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blake2B-PoW\n\nA Rust Library That Performs Proof of Work (Consensus Algorithm) using Blake2B. Useful for Blockchain-related projects.\n\n## Usage\n\n```rust\nextern crate blake2b_pow;\nuse blake2b_pow::{mine,verify_nonce};\n\nfn main() {\n    let correct_nonce = mine(\u0026[0x3Eu8;32], 0xffffffc000000000);\n\n    let _is_valid = verify_nonce(\u0026[0x3Eu8;32], 0xffffffc000000000, correct_nonce);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatropinetears%2Fblake2b-pow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatropinetears%2Fblake2b-pow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatropinetears%2Fblake2b-pow/lists"}