DJB2.hash

Computes the DJB2 hash digest of the given data.

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

Parameters

data ubyte[]

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

Return Value

Type: ubyte[]

A byte array representing the computed DJB2 hash digest.

Meta