All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- update GitHub actions
- add 0.2.5 performance tests
- minor edits
- update readme.md
- add static wrappers for char arrays
- update keywords.txt
- minor edits
- update GitHub actions
- update license
- add s1 and s2 parameters to the static functions.
- minor edits
- add RP2040 to build-CI
- return value added to add(array)
- return value added to addFast(array, length)
- update documentation (e.g. timing table).
- moved count() to .cpp
- breaking change
- reordering files.
- Adler.h for static functions
- Adler32.h for Adler32 class
- Adler16.h for Adler16 class (experimental).
- Added optimizations.
- split interface and implementation
- rename ADLER32_MOD_PRIME
- rename ADLER32_LIB_VERSION
- add addFast(array, length)
- add char interfaces
- split of .cpp file
- initial version