This function returns the bytes instead of a hash string
static List<int> sha256Sum(List<int> input) { return sha256.convert(input).bytes; }