{"id":15294800,"url":"https://github.com/thetardigrade/golang-hash","last_synced_at":"2025-07-26T14:31:18.523Z","repository":{"id":57624136,"uuid":"398011298","full_name":"theTardigrade/golang-hash","owner":"theTardigrade","description":"This Go package contains functions that produce non-cryptographic hashes.","archived":false,"fork":false,"pushed_at":"2023-02-16T10:15:08.000Z","size":33,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-22T11:05:18.058Z","etag":null,"topics":["fnv-1a","fnv-algorithm","go","golang","hash","hash-functions","hashing","hashing-algorithm"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theTardigrade.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-19T16:42:58.000Z","updated_at":"2023-08-04T05:22:22.000Z","dependencies_parsed_at":"2023-02-17T18:15:18.888Z","dependency_job_id":null,"html_url":"https://github.com/theTardigrade/golang-hash","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theTardigrade%2Fgolang-hash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theTardigrade%2Fgolang-hash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theTardigrade%2Fgolang-hash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theTardigrade%2Fgolang-hash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theTardigrade","download_url":"https://codeload.github.com/theTardigrade/golang-hash/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227687595,"owners_count":17804396,"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":["fnv-1a","fnv-algorithm","go","golang","hash","hash-functions","hashing","hashing-algorithm"],"created_at":"2024-09-30T17:07:02.986Z","updated_at":"2024-12-02T07:25:04.935Z","avatar_url":"https://github.com/theTardigrade.png","language":"Go","funding_links":["https://ko-fi.com/S6S2EIRL0"],"categories":[],"sub_categories":[],"readme":"# golang-hash\n\nThis Go package contains functions that produce non-cryptographic hashes in various bit sizes. These functions use the Fowler–Noll–Vo hash (FNV-1a) algorithm.\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/theTardigrade/golang-hash.svg)](https://pkg.go.dev/github.com/theTardigrade/golang-hash) [![Go Report Card](https://goreportcard.com/badge/github.com/theTardigrade/golang-hash)](https://goreportcard.com/report/github.com/theTardigrade/golang-hash)\n\n## Example\n\n```golang\npackage main\n\nimport (\n\t\"fmt\"\n\n\thash \"github.com/theTardigrade/golang-hash\"\n)\n\nfunc main() {\n\tconst input = \"this is a simple test\"\n\n\tfmt.Printf(\n\t\t\"%x\\n\\n%x\\n\\n%x\\n\\n%x\\n\\n%x\\n\",\n\t\thash.Uint8String(input),\n\t\thash.Int8String(input),\n\t\thash.UintString(input),\n\t\thash.Uint256String(input),\n\t\thash.Int256String(input),\n\t)\n}\n```\n\n## Support\n\nIf you use this package, or find any value in it, please consider donating:\n\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/S6S2EIRL0)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthetardigrade%2Fgolang-hash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthetardigrade%2Fgolang-hash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthetardigrade%2Fgolang-hash/lists"}