Adler32.hash

Computes the Adler-32 hash digest of the given data.

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

Parameters

data ubyte[]

The input byte array for which the Adler-32 hash is to be computed.

Return Value

Type: ubyte[]

A byte array representing the computed Adler-32 hash digest.

Meta