Registry / crypto / shiftmedia-libgcrypt

shiftmedia-libgcrypt

JSON →
library1.10.1vcpkgunverified

An unofficial LibGCrypt with added custom native Visual Studio project build tools.

vcpkg install shiftmedia-libgcrypt
INSTALL
IMPORT
SIG · SHIFTMEDIA-LIBGCRY
S
shiftmedia-libgcrypt
cryptocppv1.10.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.

gcrypt.h
#include <gcrypt.h>

Initializes libgcrypt

#include <gcrypt.h> #include <iostream> int main() { if (!gcry_check_version(GCRYPT_VERSION)) { std::cerr << "libgcrypt version mismatch\n"; return 1; } std::cout << "libgcrypt initialized\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.10.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources

No resource links recorded.

shiftmedia-libgcrypt — pip install shiftmedia-libgcrypt · libregistry