[ LibTomCrypt ] [ LibTomMath ]
[ LibTomPoly ] [ LibTomNet ]
[ LibTomFloat ] [ TomsFastMath ]
[ LTC Book ]
[ News ] [ Features ] [ Changes ] [ Download ]
[ Mirror1 ] [ Mirror2 ]
Download
The files are available below in zip and tarball format. MD5SUMS (signature, Public Key) are available as well.
Head to the patches.
Releases
Patches
- For LibTomMath 0.34
- (February 14th, 2004) Apply this to a fresh 0.34 install, fixes the bugs fixed by the 001 patchset as well as a buffer underrun in mp_reduce(). Strongly Recommended. (patch, .sig)
- (February 13th, 2004) Fixes some issues with invmod and exteuclid. Not biggie but recommended. (patch, .sig)
- For LibTomMath 0.32
- (October 31st, 2004) Fixes missing headers in makefiles, bug in "small" variant of mp_div() and updates the callgraph. Recommended. (patch, .sig)
- For LibTomMath 0.30
- (June 29th, 2004) Updated SSE2 patches again (rev 3). Optimized the montgomery reduction further. Includes LTC style mpi.c (patch, .sig)
- (June 28th, 2004) Updated [way faster] SSE2 patches. Includes a copy of mpi.c you can drop in LTC as well. (patch, .sig)
- (June 27th, 2004) This adds SSE2 optimizations. Note: this is not going to be in 0.31 it is strictly optional. (patch, .sig)
- (Apr 23rd, 2004) Added the missing (new) object files to the BCC, MSVC and cygwin_dll makefiles. No critical fixes. Patches, Signature.
- For LibTomMath 0.29
- (Feb 21st, 2004) From v0.29 to today. Upgraded the code, made tommath.h more MSVC happy. No critical fixes. Patches, Signature.