Function mrpt::system::compute_CRC32(const std::vector<uint8_t>&, const uint32_t)
Defined in File crc.h
Function Documentation
-
uint32_t mrpt::system::compute_CRC32(const std::vector<uint8_t> &data, const uint32_t gen_pol = 0xEDB88320L)
Computes the CRC32 checksum of a block of data.