使用指定的字节数组更新当前校验和
void updateList(List<int> ints, [int off = 0, int? len]) { update(Uint8List.fromList(ints), off, len); }