Problem:
How can I compute the 32-bit CRC sum check within an RM/COBOL program?
Resolution:
See the attached source code example.
This code contains two large tables - XOR and XTAB used in the CRC calculation. How were these values generated and validated? We have implemented the code and are testing the CRCs produced and so far they are working. Is this code known to be correct? Which CRC-32 algorithm does it implement?
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.