Skip to content

silviucpp/erl_hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erl_hash

Build Status GitHub License Hex.pm Version

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:

rebar3 compile