What the difference between CRC and checksum?

前端 未结 4 1731
一整个雨季
一整个雨季 2020-12-28 13:01

What the difference between CRC and checksum?

4条回答
  •  一向
    一向 (楼主)
    2020-12-28 13:46

    CRC (Cyclic Redundancy Check) is a type of checksum, specifically a position dependent checksum algorithm (among others, such as Fletcher's checksum, Adler-32). As their name suggest, these detect positional changes as well, which makes them more robust - thus more widely used - than other checksum methods.

提交回复
热议问题