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