{"id":16935570,"url":"https://github.com/knu/ruby-digest-whirlpool","last_synced_at":"2025-04-11T18:54:00.874Z","repository":{"id":56844229,"uuid":"95871818","full_name":"knu/ruby-digest-whirlpool","owner":"knu","description":"Ruby interface to the Whirlpool message digest algorithm","archived":false,"fork":false,"pushed_at":"2020-01-08T21:37:23.000Z","size":76,"stargazers_count":1,"open_issues_count":2,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T14:51:17.539Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/knu.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":"2017-06-30T09:19:34.000Z","updated_at":"2017-08-09T14:43:25.000Z","dependencies_parsed_at":"2022-09-09T04:10:56.577Z","dependency_job_id":null,"html_url":"https://github.com/knu/ruby-digest-whirlpool","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knu%2Fruby-digest-whirlpool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knu%2Fruby-digest-whirlpool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knu%2Fruby-digest-whirlpool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knu%2Fruby-digest-whirlpool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knu","download_url":"https://codeload.github.com/knu/ruby-digest-whirlpool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248464656,"owners_count":21108238,"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-10-13T20:54:50.723Z","updated_at":"2025-04-11T18:54:00.848Z","avatar_url":"https://github.com/knu.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Digest::Whirlpool - Ruby interface to the Whirlpool message digest algorithm\n\n## Summary\n\nDigest::Whirlpool is a Ruby library for calculating message digests\nusing the Whirlpool algorithm.  The library interface conforms to the\nstandard Digest API.\n\nMore information about Whirlpool:\n\n- http://en.wikipedia.org/wiki/Whirlpool_%28algorithm%29\n- http://planeta.terra.com.br/informatica/paulobarreto/WhirlpoolPage.html\n\nThe C code is based on the sample implementation, as available on the\nmentioned website.\n\n## Requirements\n\n- Ruby 2.2 or later\n\n## Usage\n\nIn Gemfile:\n\n    gem \"digest-whirlpool\"\n\nIn your ruby code:\n\n    require \"digest\"\n\n    p Digest::Whirlpool.hexdigest(\"\")\t# The module is auto-loaded\n\n## License\n\nSee the file LICENSE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknu%2Fruby-digest-whirlpool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknu%2Fruby-digest-whirlpool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknu%2Fruby-digest-whirlpool/lists"}