Computes the SHA-256 hash of the input ByteArray.

Signature

pub fn compute_sha256_byte_array(arr: ByteArray) -> [u32; 8]

Examples

use core::sha256::compute_sha256_byte_array;