fnv1a

Generate the fnv1a hash of a stream of bytes

@nogc @safe nothrow
ulong
fnv1a
(
const ubyte[] data
)

Parameters

data ubyte[]

the stream to hash

Return Value

Type: ulong

the hash of the stream as a ulong

Meta