- Removed std::array and changed std::size_t to size_t to support Arduino AVR
- Updated CMake minimum version to 3.14 to support FetchContent_MakeAvailable
- Updated checksum to v3.1.1
- Fixed pointer constness
- Added std::array methods
- Conditionally include Arduino header
- Updated directory structure to support Arduino in addition to CMake builds
- Added an Arduino example
- Updated README
- Updated namespace to bfs
- Updated for checksum v2.0.0
- Updated CONTRIBUTING
- Switched to get checksum library from GitHub
- Updated CONTRIBUTING
- Switched from ssh to https for fetch_content
- Updated to MIT license.
- Specified version for dependencies.
- Added methods to get a pointer to the decoded data payload and the length.
- Initial baseline