-
CRC32 Public
This is a constexpr standard C++ implementation of CRC32, by making it recursive with a helper algorithm. Thereby you can use it to create switch/case on crc32(string). Very useful for IOT
C++ GNU General Public License v3.0 UpdatedApr 15, 2023