Closed marco74 closed 3 years ago
@marco74 yes, that's expected. zlib
computes the CRC-32, while this package computes CRC-32C. The algorithm is the same, but the starting polynomial is different. For details see https://en.wikipedia.org/wiki/Cyclic_redundancy_check#Polynomial_representations_of_cyclic_redundancy_checks
@rtobar Thank you for the clarification.
When comparing to other algorithms the result differs. Am I doing anything wrong?