![]() |
ULIS
dev4.0.7
Utility Library for Imaging Systems
|
Functions | |
uint32 | CRC32 (const char *iData) |
Simple CRC32 computation for hashing purposes. More... | |
uint32 | CRC32 (const uint8 *iData, int iLen) |
Simple CRC32 computation for hashing purposes. More... | |
constexpr unsigned int | crc32b (const char *message) |
constexpr unsigned int | crc32c (const unsigned char *data, int length) |
CRC32 | ( | const char * | iData | ) |
Hashes the data of with specified size in bytes. The implementation is not optimal in terms of efficiency, but is simple and straightforward.
iData | The data to hash, cast as pointer to const uint8. |
iLen | The size of the data to hash in bytes. |
CRC32 | ( | const uint8 * | iData, |
int | iLen | ||
) |
Hashes the data of with specified size in bytes. The implementation is not optimal in terms of efficiency, but is simple and straightforward.
iData | The data to hash, cast as pointer to const uint8. |
|
constexpr |
|
constexpr |