CRC32.hash

Computes the CRC32 hash digest of the given data.

class CRC32
static pure
ubyte[]
hash
(
const(ubyte[]) data
)

Parameters

data const(ubyte[])

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

Return Value

Type: ubyte[]

A byte array representing the computed CRC32 hash digest.

Meta