This repository has been archived on 2025-05-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dvdtoimg/crc32.h

2 lines
141 B
C

unsigned int update_crc32(unsigned int crc, const unsigned char *data, size_t len);
unsigned int crc32(const unsigned char *buf, size_t len);