BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJLIB-UTIL Reference

crc32.h File Reference

CRC32 implementation. More...

Go to the source code of this file.

Data Structures

struct  pj_crc32_context
 

Functions

void pj_crc32_init (pj_crc32_context *ctx)
 
pj_uint32_t pj_crc32_update (pj_crc32_context *ctx, const pj_uint8_t *data, pj_size_t nbytes)
 
pj_uint32_t pj_crc32_final (pj_crc32_context *ctx)
 
pj_uint32_t pj_crc32_calc (const pj_uint8_t *data, pj_size_t nbytes)
 

Detailed Description

CRC32 implementation.

 


PJLIB-UTIL Open Source, small footprint, and portable asynchronous/caching DNS resolver, text scanner, STUN client, and XML library
Copyright (C) 2006-2009 Teluu Inc.