SHA256.hash

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

class SHA256
static pure
hash
(
ubyte[] data
)

Parameters

data ubyte[]

Input byte array to compute the hash.

Return Value

Type: auto

SHA-256 hash value as a byte array.

Meta