Calculate the SHA-3-256 hash of the input data
static List<int> sha3256Hash(List<int> data) { return SHA3256.hash(data); }