ICrc

ICrc is a set of utilities to work with Crc.

What is Crc anyway?

Crc stands for Cyclic Redundancy Code. A Crc can be used as a checksum for data. Who hasn't had an error once whilest opening a zip file because of a Crc error.

The utilities

How Does Crc work?

Crc is theorically a modulus, the remainder of a division. Practically Crc is pretty messed up over time to enhance speed and reliability.

TOADD