CRC32的低16位真的是CRC16吗?
Is it true that lower 16 bits of CRC32 is CRC16?
我刚刚发现 this page 在说...
I believe that CRC16 can be obtained from CRC32 by dropping the upper 16 bits.
这是真的吗?
那么低8位是用于CRC8的吗?
没有。 CRC 的低位也不是 CRC。您可以通过这种方式在紧要关头获得另一个更短的校验值,但它不是 CRC。
我刚刚发现 this page 在说...
I believe that CRC16 can be obtained from CRC32 by dropping the upper 16 bits.
这是真的吗?
那么低8位是用于CRC8的吗?
没有。 CRC 的低位也不是 CRC。您可以通过这种方式在紧要关头获得另一个更短的校验值,但它不是 CRC。