Current section
Files
Jump to
Current section
Files
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, []}
]}.