This file tracks the main changes to my CRC32 library.
project website: https://create.stephan-brumme.com/crc32/ GitHub mirror: https://github.com/stbrumme/crc32/
- added support for multi-threaded computation
- use C++'s include names
- removed warning on little-endian systems
- fixed typo in comments
- fixed misspelt preprocessor symbol
- changed code structure into a library format
- added tableless byte algorithms
- improved #ifdefs for Cygwin, MinGW and Clang
- added Slicing-by-16
- added Javascript port
- endian aware, slightly faster Slicing-by-8
- improved portability
- initial release