Registry / crypto / xdigest

xdigest

JSON →
library0.5.0vcpkgunverified

Extremely fast digest algorithms packaged into a lightweight library.

vcpkg install xdigest
INSTALL
IMPORT
SIG · XDIGEST
X
xdigest
cryptocppv0.5.0
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.

xdigest.h
#include <xdigest.h>

Compute SHA-256 hash of a string

#include "xdigest.h" #include <iostream> int main() { std::string input = "hello"; auto hash = xd::sha256(input); std::cout << hash << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Resources

No resource links recorded.

xdigest — pip install xdigest · libregistry