compute_keccak_byte_array

Computes the Keccak hash of the input ByteArray. Returns the hash as a little endian u256.

Fully qualified path: core::keccak::compute_keccak_byte_array

pub fn compute_keccak_byte_array(arr: @ByteArray) -> u256