{"id":28555018,"url":"https://github.com/cryptocoinjs/blake-hash","last_synced_at":"2025-07-04T04:31:05.032Z","repository":{"id":57189849,"uuid":"88247247","full_name":"cryptocoinjs/blake-hash","owner":"cryptocoinjs","description":"SHA-3 proposal Blake","archived":false,"fork":false,"pushed_at":"2024-09-03T20:56:22.000Z","size":36,"stargazers_count":12,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-28T05:08:54.095Z","etag":null,"topics":[],"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/cryptocoinjs.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":"2017-04-14T08:05:18.000Z","updated_at":"2024-01-02T22:21:07.000Z","dependencies_parsed_at":"2022-08-28T11:11:38.262Z","dependency_job_id":null,"html_url":"https://github.com/cryptocoinjs/blake-hash","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/cryptocoinjs/blake-hash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptocoinjs%2Fblake-hash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptocoinjs%2Fblake-hash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptocoinjs%2Fblake-hash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptocoinjs%2Fblake-hash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cryptocoinjs","download_url":"https://codeload.github.com/cryptocoinjs/blake-hash/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptocoinjs%2Fblake-hash/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263445711,"owners_count":23467596,"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":[],"created_at":"2025-06-10T05:30:23.215Z","updated_at":"2025-07-04T04:31:04.998Z","avatar_url":"https://github.com/cryptocoinjs.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# blake-hash\n\nThis module provides native bindings to [Blake][1] [[pdf][2]]. In browser pure JavaScript implementation will be used.\n\n## Usage\n\nYou can use this package as [node Hash][3].\n\n```js\nconst createBlakeHash = require('blake-hash')\n\nconsole.log(createBlakeHash('blake256').digest().toString('hex'))\n// =\u003e 716f6e863f744b9ac22c97ec7b76ea5f5908bc5b2f67c61510bfc4751384ea7a\n\nconsole.log(createBlakeHash('blake256').update('Hello world!').digest('hex'))\n// =\u003e e0d8a3b73d07feca605c2376f5e54820cf8280af4a195d125ff5eadbf214adf3\n```\n\n## LICENSE\n\nThis library is free and open-source software released under the MIT license.\n\n[1]: http://131002.net/blake/\n[2]: http://131002.net/blake/blake.pdf\n[3]: https://nodejs.org/api/crypto.html#crypto_class_hash\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptocoinjs%2Fblake-hash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryptocoinjs%2Fblake-hash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptocoinjs%2Fblake-hash/lists"}