{"id":17976044,"url":"https://github.com/deemru/blake2b","last_synced_at":"2025-03-25T15:31:05.560Z","repository":{"id":56964664,"uuid":"168842802","full_name":"deemru/Blake2b","owner":"deemru","description":"BLAKE2 hash function on pure PHP","archived":false,"fork":false,"pushed_at":"2019-05-21T21:03:32.000Z","size":162,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-20T13:06:31.989Z","etag":null,"topics":["blake2","blake2b","hash","php","wavesplatform"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/deemru/blake2b","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deemru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-02T14:58:17.000Z","updated_at":"2023-02-18T02:48:56.000Z","dependencies_parsed_at":"2022-08-21T10:20:17.566Z","dependency_job_id":null,"html_url":"https://github.com/deemru/Blake2b","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemru%2FBlake2b","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemru%2FBlake2b/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemru%2FBlake2b/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemru%2FBlake2b/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deemru","download_url":"https://codeload.github.com/deemru/Blake2b/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245489756,"owners_count":20623789,"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":["blake2","blake2b","hash","php","wavesplatform"],"created_at":"2024-10-29T17:21:44.167Z","updated_at":"2025-03-25T15:31:03.801Z","avatar_url":"https://github.com/deemru.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blake2b\n\n[![packagist](https://img.shields.io/packagist/v/deemru/blake2b.svg)](https://packagist.org/packages/deemru/blake2b) [![php-v](https://img.shields.io/packagist/php-v/deemru/blake2b.svg)](https://packagist.org/packages/deemru/blake2b) [![travis](https://img.shields.io/travis/deemru/Blake2b.svg?label=travis)](https://travis-ci.org/deemru/Blake2b) [![codacy](https://img.shields.io/codacy/grade/ef999b411d884a69b0c3f491c76afa7b.svg?label=codacy)](https://app.codacy.com/project/deemru/Blake2b/dashboard) [![license](https://img.shields.io/packagist/l/deemru/blake2b.svg)](https://packagist.org/packages/deemru/blake2b)\n\n[Blake2b](https://github.com/deemru/Blake2b) implements [BLAKE2](https://en.wikipedia.org/wiki/BLAKE_(hash_function)) hash function on pure PHP.\n\n- Cryptographically compatible Blake2b\n- If you have PHP \u003e= 7.2 with [Sodium](http://php.net/manual/en/book.sodium.php), please use [`sodium_crypto_generichash()`](http://php.net/manual/en/function.sodium-crypto-generichash.php)\n\n## Usage\n\n```php\n$blake2b = new Blake2b();\n$hash = $blake2b-\u003ehash( 'Hello, world!' );\nif( $hash !== hex2bin( 'b5da441cfe72ae042ef4d2b17742907f675de4da57462d4c3609c2e2ed755970' ) )\n    exit( 1 );\n```\n\n## Requirements\n\n- [PHP](http://php.net) \u003e= 5.4\n\n## Installation\n\nRequire through Composer:\n\n```json\n{\n    \"require\": {\n        \"deemru/blake2b\": \"1.0.*\"\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeemru%2Fblake2b","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeemru%2Fblake2b","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeemru%2Fblake2b/lists"}