Gimli.hash

Computes the Gimli hash digest of the given data.

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

Parameters

data ubyte[]

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

Return Value

Type: ubyte[]

A byte array representing the computed Gimli hash digest.

Meta