// Token: 0x06002969 RID: 10601 RVA: 0x001BE588 File Offset: 0x001BC788 public static uint GetChecksum(byte[] Value) { uint maxValue = uint.MaxValue; return(Checksum.GetChecksum(Value, maxValue)); }