# Murmur v2.0.1 - Table of Contents

> Murmur is a pure Elixir implementation of the non-cryptographic hash Murmur3.

It aims to implement the x86_32bit, x86_128bit and x64_128bit variants.

## Pages

- [Murmur](readme.md)
- [Changelog](changelog.md)

## Modules

- [Murmur](Murmur.md): This module implements the x86_32, x86_128 and x64_128 variants of the
non-cryptographic hash Murmur3.
- [Murmur.Hash128X64](Murmur.Hash128X64.md)
- [Murmur.Hash128X86](Murmur.Hash128X86.md)
- [Murmur.Hash32X86](Murmur.Hash32X86.md)
- [Murmur.Helpers](Murmur.Helpers.md)

