FNV.putStaticArray

Feeds the digest with data being a static array.

struct FNV(ulong bitLength, bool fnv1a = false)
pragma(inline, true) pure nothrow @nogc
void
putStaticArray
(
size_t n
)
(
scope auto ref const(ubyte)[n] data
)

Meta