uint32_t crc32(const uint8_t *data, uint32_t crc, std::size_t size)
Evaluate the CRC32 of the first size bytes of a data buffer, using a specific polynomium and an initi...
std::enable_if_t< std::is_integral< T >::value &&sizeof(T) !=1, T > reverseBits(T val, size_t size=sizeof(T))
Takes a value and returns the bit reversed version.