SHA224.hash

Computes the SHA-224 hash of the given byte array data.

class SHA224
static pure
hash
(
ubyte[] data
)

Parameters

data ubyte[]

Input byte array to compute the hash.

Return Value

Type: auto

SHA-224 hash value as a byte array.

Meta