Packages

GSipHash is a small Gleam library that ports to Gleam the SipHash family of non-cryptographic hash functions.

Current section

Files

Jump to
gsiphash src gsiphash.app.src
Raw

src/gsiphash.app.src

{application, gsiphash, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "GSipHash is a small Gleam library that ports to Gleam the SipHash family of non-cryptographic hash functions."},
{modules, [gsiphash]},
{registered, []}
]}.