Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silviucpp/erl_hash
Erlang collection of different hash algorithms
https://github.com/silviucpp/erl_hash
erlang fnv32 fnv64 fnva32 fnva64 hash murmur murmur3
Last synced: 30 days ago
JSON representation
Erlang collection of different hash algorithms
- Host: GitHub
- URL: https://github.com/silviucpp/erl_hash
- Owner: silviucpp
- License: apache-2.0
- Created: 2019-06-04T20:43:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T14:12:03.000Z (over 2 years ago)
- Last Synced: 2024-10-29T05:38:21.121Z (about 2 months ago)
- Topics: erlang, fnv32, fnv64, fnva32, fnva64, hash, murmur, murmur3
- Language: Erlang
- Homepage:
- Size: 22.5 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
erl_hash
=====[![Build Status](https://travis-ci.com/silviucpp/erl_hash.svg?branch=master)](https://travis-ci.com/github/silviucpp/erl_hash)
[![GitHub](https://img.shields.io/github/license/silviucpp/erl_hash)](https://github.com/silviucpp/erl_hash/blob/master/LICENSE)
[![Hex.pm](https://img.shields.io/hexpm/v/erl_hash)](https://hex.pm/packages/erl_hash)Collection of different hash algorithms not available into the standard Erlang libraries.
Right now supporting:
- murmur3_x64_128
- murmur2
- fnv1_32
- fnv1a_32
- fnv1_64
- fnv1a_64Build
-----$ rebar3 compile