This functions returns the bytes instead of a hash string
static List<int> sha1Sum(List<int> input) { return sha1.convert(input).bytes; }