MD5.hash

Computes the MD5 hash digest of the given data.

class MD5
static pure
hash
(
ubyte[] data
)

Parameters

data ubyte[]

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

Return Value

Type: auto

A byte array representing the computed MD5 hash digest.

Meta