XXHash.hash

Computes the XXHash digest of the given data.

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

Parameters

data ubyte[]

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

Return Value

Type: ubyte[]

A byte array representing the computed XXHash digest.

Meta