{"id":13619786,"url":"https://github.com/coins/ripemd160","last_synced_at":"2025-04-14T18:32:21.729Z","repository":{"id":209519399,"uuid":"724272139","full_name":"coins/ripemd160","owner":"coins","description":"JavaScript implementation of RIPEMD160 extracted from Bitcoin Core and compiled to WebAssembly","archived":false,"fork":false,"pushed_at":"2023-11-28T13:52:03.000Z","size":25,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-20T22:03:41.624Z","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,"roadmap":null,"authors":null}},"created_at":"2023-11-27T18:40:28.000Z","updated_at":"2024-03-21T23:45:24.000Z","dependencies_parsed_at":"2023-11-27T20:18:21.447Z","dependency_job_id":"c2405a52-5d41-47f3-9ecb-f48416664ddf","html_url":"https://github.com/coins/ripemd160","commit_stats":null,"previous_names":["bitvm/ripemd160","coins/ripemd160"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coins%2Fripemd160","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coins%2Fripemd160/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coins%2Fripemd160/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coins%2Fripemd160/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coins","download_url":"https://codeload.github.com/coins/ripemd160/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248936908,"owners_count":21186121,"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.682Z","updated_at":"2025-04-14T18:32:21.472Z","avatar_url":"https://github.com/coins.png","language":"C++","funding_links":[],"categories":["Libraries"],"sub_categories":["Potential Use Case"],"readme":"# RIPEMD160 WASM\n\nRIPEMD160 implementation extracted from [Bitcoin Core](https://github.com/bitcoin/bitcoin/blob/master/src/crypto/ripemd160.cpp) and compiled to WebAssembly.\n\n## Usage\n```js\nimport {ripemd160} from 'https://bitvm.github.io/ripemd160/ripemd160.js'\n\nconst preimage = new Uint8Array([97, 98, 99])    // Our preimage is \"abc\"\nconst digest = ripemd160(preimage)\n\nconsole.log(digest)\n```\n\n\n## Development\nThe following command compiles the sources to wasm:\n```sh\nclang src/ripemd160.cpp -O2 --no-standard-libraries --target=wasm32 -Wl,--no-entry -o ripemd160.wasm\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoins%2Fripemd160","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoins%2Fripemd160","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoins%2Fripemd160/lists"}