Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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_64

Build
-----

$ rebar3 compile