14uint32_t
crc32(std::span<uint32_t> data);
Dumping ground for various functions that are used in many places.
Definition crc.cxx:9
uint32_t crc32(std::span< uint32_t > data)
Calculate the CRC checksum for a set of 32bit words.
Definition crc.cxx:11
uint8_t econd_crc8(uint64_t data)
Calculate the 8-bit CRC checksum as it is done for the event header on the ECOND.
Definition crc.cxx:28