libtom / libtomcrypt

LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.
https://www.libtom.net
Other
1.51k stars 449 forks source link

Update CMakeLists.txt #609

Closed atomicmooseca closed 1 year ago

atomicmooseca commented 1 year ago

Fixed lines 104 and 107 of CMakeLists.txt:

These seem to have been imported from libtommath and not updated for libtomcrypt.

Checklist

sjaeckel commented 1 year ago

Thanks!