Skip to content

offscale/rhasheq

Repository files navigation

rhasheq

License CI for Linux, Windows, macOS, sunOS C89

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).

Dependencies

  • CMake (3.19 or later)
  • C compiler (any that work with CMake, and were released within the last 30 years)

Build

mkdir build && cd build
cmake ..
cmake --build .

License

The code is distributed under BSD Zero Clause License.

About

Simple header-only librhash wrapper for verifying hashes from a file to a given `const char *`.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors