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: 11 months ago
JSON representation

Erlang collection of different hash algorithms

Awesome Lists containing this project

README

          

# erl_hash

[![Build Status](https://app.travis-ci.com/silviucpp/erl_hash.svg?branch=master)](https://travis-ci.com/github/silviucpp/erl_hash)
[![GitHub License](https://img.shields.io/github/license/silviucpp/erl_hash)](https://github.com/silviucpp/erl_hash/blob/master/LICENSE)
[![Hex.pm Version](https://img.shields.io/hexpm/v/erl_hash)](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
```