Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 579 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 579 Bytes

erl_hash

Build Status GitHub Hex.pm

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