sha256

function sha256(input: byte_array): byte_array

Compute the SHA-256 digest (hash) of the given byte array.

Return

the SHA-256 digest as a byte array of length 32

Since

0.10.6

Parameters

input

the data to digest