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