예제 #1
0
 private bool CheckCrc(uint expectedCrc, byte[] bytes) => Crc32.CalculateHash(bytes) == expectedCrc;