SHA512.hash

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

class SHA512
static pure
hash
(
ubyte[] data
)

Parameters

data ubyte[]

Input byte array to compute the hash.

Return Value

Type: auto

SHA-512 hash value as a byte array.

Meta