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