About
About¶
CRC(Cyclic Redundancy Check) is an algorithm primarily made for checking data integrity. However, the algorithm is not appropriate for cryptographic uses.
The CRC module in BigLib currently contains 111 predefined CRCs implemented using the CRCEngineStatic class. A list of all predefined CRCs can be found here.
Here's an example of how to use the CRC module for checking data integrity: