compute_sha256_byte_array
Computes the SHA-256 hash of the input ByteArray
. # Examples
use core::sha256::compute_sha256_byte_array;
Fully qualified path: core::sha256::compute_sha256_byte_array
pub fn compute_sha256_byte_array(arr: @ByteArray) -> [u32; 8]