after testing the block transfer, it seems like the CRC-Checksum is calculated in a wrong way. You use crc_hqx for calculating the checksum, which uses x16 + x12 + x5 + 1 as the polynom. However, in ...
The NuGet package System.IO.Hashing implements a variety of hash code algorithms, for example CRC-32, CRC64 and so on. For a current task, I need to hash data with CRC-32 and CRC-8, with the first ...