static fun sha2_256(input: ByteArray): ByteArray
static fun sha2_256(input: Bytes): Bytes32
Digest using SHA2-256.
input - The input bytes to produce the digest for.
input
Return A digest.