mirror of
https://github.com/aaru-dps/AaruBenchmark.git
synced 2025-12-16 19:24:36 +00:00
Set expected CRC16-CCITT value to wrong value as returned by 5.3 bug.
This commit is contained in:
@@ -26,7 +26,7 @@ namespace AaruBenchmark.Checksums
|
||||
|
||||
static readonly byte[] _expectedRandomCrc16Ccitt =
|
||||
{
|
||||
0x36, 0x40
|
||||
0xC9, 0xBF
|
||||
};
|
||||
|
||||
static readonly byte[] _expectedRandomCrc16 =
|
||||
|
||||
Reference in New Issue
Block a user