FNV1.hash

Computes the FNV1 hash digest of the given data.

class FNV1
static pure
ubyte[]
hash
(
ubyte[] data
)

Parameters

data ubyte[]

The input byte array for which the FNV1 hash is to be computed.

Return Value

Type: ubyte[]

A byte array representing the computed FNV1 hash digest.

Meta