{"id":13619778,"url":"https://github.com/coins/blake3","last_synced_at":"2025-04-14T18:32:22.974Z","repository":{"id":210448966,"uuid":"725709970","full_name":"coins/blake3","owner":"coins","description":"JavaScript implementation of BLAKE3 extracted from the reference implementation and compiled to WebAssembly","archived":false,"fork":false,"pushed_at":"2023-12-02T20:02:55.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T07:04:44.733Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/coins.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}},"created_at":"2023-11-30T17:58:32.000Z","updated_at":"2024-03-21T23:45:58.000Z","dependencies_parsed_at":"2023-12-02T21:22:05.023Z","dependency_job_id":"3548885a-b478-42ec-a989-0c0e2b9a61bd","html_url":"https://github.com/coins/blake3","commit_stats":null,"previous_names":["bitvm/blake3","coins/blake3"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coins%2Fblake3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coins%2Fblake3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coins%2Fblake3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coins%2Fblake3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coins","download_url":"https://codeload.github.com/coins/blake3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248936912,"owners_count":21186124,"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":"2024-08-01T21:00:48.500Z","updated_at":"2025-04-14T18:32:22.725Z","avatar_url":"https://github.com/coins.png","language":"C++","funding_links":[],"categories":["Libraries"],"sub_categories":["Potential Use Case"],"readme":"# BLAKE3 WASM\n\nBLAKE3 implementation extracted from [the reference implementation](https://github.com/BLAKE3-team/BLAKE3/blob/master/c/blake3.c) and compiled to WebAssembly.\n\n## Usage\n```js\nimport {blake3} from 'https://bitvm.github.io/blake3/blake3.js'\n\nconst preimage = new Uint8Array([97, 98, 99])    // Our preimage is \"abc\"\nconst digest = blake3(preimage)\n\nconsole.log(digest)\n```\n\n\n## Development\nThe following command compiles the sources to wasm:\n```sh\nclang src/blake3.cpp -O2 --no-standard-libraries -mbulk-memory --target=wasm32 -Wl,--no-entry -o blake3.wasm\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoins%2Fblake3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoins%2Fblake3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoins%2Fblake3/lists"}