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: 11 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T14:12:03.000Z (almost 4 years ago)
- Last Synced: 2024-10-29T05:38:21.121Z (over 1 year 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
[](https://travis-ci.com/github/silviucpp/erl_hash)
[](https://github.com/silviucpp/erl_hash/blob/master/LICENSE)
[](https://hex.pm/packages/erl_hash)
## Overview
A collection of hash algorithms that are not available in the standard Erlang libraries.
### Supported Hash Algorithms
- `murmur3_x64_128`
- `murmur2`
- `fnv1_32`
- `fnv1a_32`
- `fnv1_64`
- `fnv1a_64`
## Build
To compile the project, run:
```sh
rebar3 compile
```