{"id":13561858,"url":"https://github.com/robinheghan/murmur3","last_synced_at":"2025-12-11T20:57:15.189Z","repository":{"id":57674702,"uuid":"59332080","full_name":"robinheghan/murmur3","owner":"robinheghan","description":"Elm implementation of murmur3 hash function","archived":false,"fork":false,"pushed_at":"2020-09-17T20:52:37.000Z","size":56,"stargazers_count":25,"open_issues_count":0,"forks_count":9,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-10-30T01:38:14.326Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://package.elm-lang.org/packages/robinheghan/murmur3/latest","language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robinheghan.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","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":"2016-05-20T23:29:39.000Z","updated_at":"2024-07-18T18:13:38.000Z","dependencies_parsed_at":"2022-09-15T21:52:47.111Z","dependency_job_id":null,"html_url":"https://github.com/robinheghan/murmur3","commit_stats":null,"previous_names":["skinney/murmur3"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinheghan%2Fmurmur3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinheghan%2Fmurmur3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinheghan%2Fmurmur3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robinheghan%2Fmurmur3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robinheghan","download_url":"https://codeload.github.com/robinheghan/murmur3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244866250,"owners_count":20523484,"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-01T13:01:02.004Z","updated_at":"2025-12-11T20:57:10.133Z","avatar_url":"https://github.com/robinheghan.png","language":"Elm","funding_links":[],"categories":["Elm"],"sub_categories":[],"readme":"# Murmur 3\n\nThis is an elm implementation of the murmur 3 hash function.\nMurmur 3 is well suited for hashing strings quickly, and with a low chance of collisions.\nIt is not, however, suitable for cryptographic use (like hashing a password).\n\nTo use, simply import the namespace:\n\n    import Murmur3\n\nThen hash a string\n\n    Murmur3.hashString 1234 \"test\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinheghan%2Fmurmur3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobinheghan%2Fmurmur3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobinheghan%2Fmurmur3/lists"}