{"id":15107752,"url":"https://github.com/osoco/pharo-non-cryptographic-hashes","last_synced_at":"2025-04-11T19:08:53.600Z","repository":{"id":47212557,"uuid":"182867460","full_name":"osoco/pharo-non-cryptographic-hashes","owner":"osoco","description":"Non-cryptographic hash functions for Pharo Smalltalk","archived":false,"fork":false,"pushed_at":"2021-09-08T06:48:34.000Z","size":73,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-25T15:01:42.092Z","etag":null,"topics":["hashing","murmur3","pharo-smalltalk"],"latest_commit_sha":null,"homepage":"","language":"Smalltalk","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/osoco.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":"2019-04-22T21:02:21.000Z","updated_at":"2021-09-08T06:48:37.000Z","dependencies_parsed_at":"2022-09-14T00:01:57.305Z","dependency_job_id":null,"html_url":"https://github.com/osoco/pharo-non-cryptographic-hashes","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/osoco%2Fpharo-non-cryptographic-hashes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osoco%2Fpharo-non-cryptographic-hashes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osoco%2Fpharo-non-cryptographic-hashes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osoco%2Fpharo-non-cryptographic-hashes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osoco","download_url":"https://codeload.github.com/osoco/pharo-non-cryptographic-hashes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248465313,"owners_count":21108244,"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":["hashing","murmur3","pharo-smalltalk"],"created_at":"2024-09-25T21:41:24.251Z","updated_at":"2025-04-11T19:08:53.582Z","avatar_url":"https://github.com/osoco.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pharo-non-cryptographic-hashes\n\n\n[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)\n[![Build Status](https://travis-ci.org/osoco/pharo-non-cryptographic-hashes.svg?branch=master)](https://travis-ci.org/osoco/pharo-non-cryptographic-hashes)\n[![Coverage Status](https://coveralls.io/repos/github/osoco/pharo-non-cryptographic-hashes/badge.svg?branch=master)](https://coveralls.io/github/osoco/pharo-non-cryptographic-hashes?branch=master)\n[![Pharo version](https://img.shields.io/badge/Pharo-7.0-%23aac9ff.svg)](https://pharo.org/download)\n[![Pharo version](https://img.shields.io/badge/Pharo-8.0-%23aac9ff.svg)](https://pharo.org/download)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/osoco/PharoPDS/master/LICENSE)\n\nCollection of non-cryptographic hash functions for Pharo Smalltalk.\n\nIt includes the following hash functions:\n\n  * MurmurHash3 32-bits x86 variant.\n  * MurmurHash3 128-bits x64 variant.\n\n## Installation\n\nTo install `pharo-non-cryptographic-hashes` on your Pharo image you can just find it in the **Pharo Project Catalog** (`World menu` \u003e `Tools` \u003e `Catalog Browser`) and click in the *green mark* icon in the upper right corner to install the latest stable version:\n\n![Pharo Project Catalog with the project selected](doc/images/pharo-project-catalog.png)\n\nOr, you can also execute the following script:\n\n```Smalltalk\n    Metacello new\n      baseline: #NonCryptographicHashes;\n    \trepository: 'github://osoco/pharo-non-cryptographic-hashes:master/src';\n    \tload\n```\n\nTo add this project to your own project's baseline just add this:\n\n```Smalltalk\n    spec\n    \tbaseline: #NonCryptographicHashes\n    \twith: [ spec repository: 'github://osoco/pharo-non-cryptographic-hashes:master/src' ]\n```\n\nNote that you can replace the *master* by another branch or a tag.\n\n## License\n\nThis project is written and supported by developers at **[OSOCO](https://osococo.es)** and published as **free and open source** software  under an **[MIT license](LICENSE)**.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosoco%2Fpharo-non-cryptographic-hashes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosoco%2Fpharo-non-cryptographic-hashes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosoco%2Fpharo-non-cryptographic-hashes/lists"}