开发者

openssl CRC32 calculation

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.


No, OpenSSL doesn't include CRC32 code.

However, zlib is a very common library which does. Try searching for "crc32" in http://www.zlib.net/manual.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜