libtomcrypt

Modular cryptographic toolkit library for encryption and hashing

brewmacoslinux
Try with needOr install directly
Source

About

Comprehensive, modular and portable cryptographic toolkit

Commands

libtomcrypt

Examples

Link libtomcrypt library in C/C++ projects for cryptographic operations$ gcc -o myapp myapp.c -ltomcrypt -ltommath
Check installed libtomcrypt version and library location$ pkg-config --modversion libtomcrypt
Get compiler flags for linking libtomcrypt in build systems$ pkg-config --cflags --libs libtomcrypt