Packages

32 bit variant of the Murmur3 non-cryptographic hash function

Current section

Files

Jump to
murmur3a src murmur3a.app.src
Raw

src/murmur3a.app.src

{application, murmur3a, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib]},
{description, "32 bit variant of the Murmur3 non-cryptographic hash function"},
{modules, [murmur3a]},
{registered, []}
]}.