Simple header-only librhash wrapper for verifying hashes from a file to a given const char *.
Header only (to simplify including). Just #define RHASHEQ_IMPLEMENTATION once-only in your program (before including the header).
- CMake (3.19 or later)
- C compiler (any that work with CMake, and were released within the last 30 years)
mkdir build && cd build
cmake ..
cmake --build .The code is distributed under BSD Zero Clause License.