Registry / crypto / libtomcrypt

libtomcrypt

JSON →
library1.18.2vcpkgunverified

LibTomCrypt is a comprehensive cryptographic toolkit with ciphers, hashes, and public key algorithms.

vcpkg install libtomcrypt
INSTALL
IMPORT
SIG · LIBTOMCRYPT
L
libtomcrypt
cryptocppv1.18.2
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.

tomcrypt.h
#include <tomcrypt.h>

Find SHA256 hash index

#include "tomcrypt.h" #include <cstdio> int main() { int hash_idx = find_hash("sha256"); if (hash_idx != -1) { printf("SHA256 hash index: %d\n", hash_idx); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.18.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libtomcrypt — pip install libtomcrypt · libregistry