Set expected CRC16-CCITT value to wrong value as returned by 5.3 bug.

This commit is contained in:
2021-10-14 01:25:00 +01:00
parent 27f57d9ccb
commit a49951db0d

View File

@@ -26,7 +26,7 @@ namespace AaruBenchmark.Checksums
static readonly byte[] _expectedRandomCrc16Ccitt = static readonly byte[] _expectedRandomCrc16Ccitt =
{ {
0x36, 0x40 0xC9, 0xBF
}; };
static readonly byte[] _expectedRandomCrc16 = static readonly byte[] _expectedRandomCrc16 =