SHA384.hash

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

class SHA384
static pure
hash
(
ubyte[] data
)

Parameters

data ubyte[]

Input byte array to compute the hash.

Return Value

Type: auto

SHA-384 hash value as a byte array.

Meta