Description
Applications can use a broad set of portable cryptographic algorithms through a modular C toolkit.
This library is useful for developers maintaining software that depends on LibTomCrypt or needs its algorithm collection. It does not secure data automatically; another program chooses algorithms, modes, keys, protocols, and storage.
Cryptographic toolkits require careful integration. Prefer well-reviewed designs and keep keys, random number generation, and update paths under control.