CityHash.hash

Computes the CityHash digest of the given data.

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

Parameters

data ubyte[]

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

Return Value

Type: ubyte[]

A byte array representing the computed CityHash digest.

Meta