Registry / utility / rhasheq

rhasheq

JSON →
library0.0.1vcpkgunverified

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

vcpkg install rhasheq
INSTALL
IMPORT
SIG · RHASHEQ
R
rhasheq
utilitycppv0.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rhasheq.h
#include <rhasheq.h>

Verify a file's hash against an expected value

#include <rhasheq.h> int main() { const char* expected_hash = "5d41402abc4b2a76b9719d911017c592"; bool match = rhasheq::verify_file("file.txt", expected_hash); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

rhasheq — pip install rhasheq · libregistry