Skip to content
* Added big endian support for 32 and 64 bit input iterations.
* Moved byte order indpendent algorithms to namespace CRC::Generic.
* Merged byte order dependent algorithms in CRC::Slicing.
* Optimized table generation and slice processing to avoid byte swaps in big endian or non bit reflection inner loops, respectively.
* Added member types CRCType = T.
* Removed T operator()(T crc, void const* ptr, std::size_t n) overloads.
* Added benchmarks for input data size.
* Changed template library target name.
* Added install targets.