SuperFastHash.hash

Computes the SuperFastHash digest of the given data.

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

Parameters

data ubyte[]

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

Return Value

Type: ubyte[]

A byte array representing the computed SuperFastHash digest.

Meta