{"id":16768115,"url":"https://github.com/jzelinskie/whirlpool","last_synced_at":"2025-03-17T02:31:26.446Z","repository":{"id":2517115,"uuid":"3492903","full_name":"jzelinskie/whirlpool","owner":"jzelinskie","description":"whirlpool cryptographic hashing library","archived":false,"fork":false,"pushed_at":"2020-10-16T14:41:39.000Z","size":43,"stargazers_count":28,"open_issues_count":1,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-27T16:44:05.527Z","etag":null,"topics":["crypto","go","whirlpool"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jzelinskie.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":"2012-02-20T11:01:59.000Z","updated_at":"2025-01-22T23:00:03.000Z","dependencies_parsed_at":"2022-07-19T08:29:46.490Z","dependency_job_id":null,"html_url":"https://github.com/jzelinskie/whirlpool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jzelinskie%2Fwhirlpool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jzelinskie%2Fwhirlpool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jzelinskie%2Fwhirlpool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jzelinskie%2Fwhirlpool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jzelinskie","download_url":"https://codeload.github.com/jzelinskie/whirlpool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243837011,"owners_count":20355813,"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":["crypto","go","whirlpool"],"created_at":"2024-10-13T06:10:48.261Z","updated_at":"2025-03-17T02:31:26.106Z","avatar_url":"https://github.com/jzelinskie.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# whirlpool.go\nA [whirlpool hashing](https://en.wikipedia.org/wiki/Whirlpool_(cryptography)) library for go\n\n## Build status\n\n[![Build Status](https://secure.travis-ci.org/jzelinskie/whirlpool.png)](http://travis-ci.org/jzelinskie/whirlpool)\n\n## Setup\n\n```bash\n$ go get github.com/jzelinskie/whirlpool\n```\n\n## Example\n\n```Go\npackage main\n\nimport (\n  \"fmt\"\n  \"github.com/jzelinskie/whirlpool\"\n)\n\nfunc main() {\n  w := whirlpool.New()\n  text := []byte(\"This is an example.\")\n  w.Write(text)\n  fmt.Println(w.Sum(nil))\n}\n```\n\n## Docs\n\nCheck out the [gopkgdoc page](http://go.pkgdoc.org/github.com/jzelinskie/whirlpool), but there isn't much -- it works just like the other hashes in the standard library\n\n## Branches\n\n* master - stable, works like the hash libs in the corelib\n* trace - same code as master, but prints midstate values to stdout\n\n## license\n\nModified BSD License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjzelinskie%2Fwhirlpool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjzelinskie%2Fwhirlpool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjzelinskie%2Fwhirlpool/lists"}