RIPEMD.hash

Computes the RIPEMD hash digest of the given data.

class RIPEMD
static pure
hash
(
ubyte[] data
)

Parameters

data ubyte[]

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

Return Value

Type: auto

A byte array representing the computed RIPEMD hash digest.

Meta