What the difference between CRC and checksum?

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

What the difference between CRC and checksum?

4条回答
  •  借酒劲吻你
    2020-12-28 13:58

    Check out HowStuffWorks for a good description of both and how they differ.

    From the page:

    Cyclic Redundancy Check (CRC)

    CRCs are similar in concept to checksums, but they use polynomial division to determine the value of the CRC

    More info is given at the link above including an example of how a checksum is calculated.

提交回复
热议问题