Calculate the Keccak-256 hash of the input data
static List<int> keccack256Hash(List<int> data) { return Keccack.hash(data, 32); }