openssl CRC32 calculation

Posted by sthustfo on Stack Overflow See other posts from Stack Overflow or by sthustfo
Published on 2010-04-18T04:03:07Z Indexed on 2010/04/18 4:13 UTC
Read the original article Hit count: 568

Filed under:
|

Hi all,

I have seen some of the other questions here about the CRC 32 calculation. But none were satisfactory for me, hence this.

Does openssl libraries have any api support for calculating the CRC32? I am already using openssl for SHA1, so would prefer to use it than link in one more library for CRC32(my implementation is in C).

Thanks.

© Stack Overflow or respective owner

Related posts about openssl

Related posts about crc32