Home | History | Annotate | Download | only in libtomcrypt

Lines Matching full:build

23       -- Martin Marko suggested some fixes to make the RNG build with WinCE.
49 -- Martin Mocko pointed out that if you have no PRNGs defined the lib won't build. Fixed, also fixed for if you have no
113 It is disabled by default, you'll have to build LTC with it defined to get it.
135 build LTC out of the box with c99 (note: it'll be slower as there is no asm in this case)
149 -- Added "easy button" define LTC_EASY and LTC will build with a subset of all the algos. Reduces build times for typical
202 build time (e.g. LTC_PTHREAD == pthreads)
206 -- the main makefile allows you to rename the make command [e.g. MAKE=gmake gmake install] so you can build LTC on platforms where the default make command sucks [e.g. BSD]
270 -- Added quick defines to remove entire classes of algorithms. This makes it easier if you want to build with just
278 -- Added Technote #5 which shows how to build LTC on an AMD64 to have a variety of algorithms in only ~80KB of code.
280 -- Added INSTALL_GROUP and INSTALL_USER which you can specify on the build to override the default USER/GROUP the library
282 -- Removed "testprof" from the default build.
312 -- Richard Outerbridge pointed out that x86_prof won't build on MACOS and that the manual
361 disable any form of ASM and disable LTC_FAST load/stores. Essentially build the library with this defined if you're having
366 -- Replaced // comments with /**/ so it will build on older UNIX-like platforms
368 -- Added "stest" build to intel CC to test static linked from within the dir (so you don't have to install to test)
369 -- Moved testing/benchmark into testprof directory and build it as part of the build. Now you can link against libtomcrypt_prof.a to get
421 weren't defined. This made undef'ing FORTUNA break the build.
467 -- Update build and configuration info which was really really really out of date. (Chapter 14)
489 -- Added RSA/ECC/DH speed tests to x86_prof and cleaned it up to build with zero warnings
516 -- Merged in LTM-SSE, define LTMSSE before you build and you will get SSE2 optimized math ;-)
589 -- No more config.pl so please just read mycrypt_custom.h for build-time tweaks
598 using the default build options on the x86.
664 -- config.pl has been updated so rmd128.o and rmd160.o are objects included in the build [oops]
754 -- reverted bits.c to the 0.86 copy since the new one doesn't build in MSVC
827 -- Changed the build process so that by default "mycrypt_custom.h" is included and provided
828 The makefile doesn't include any build options anymore
852 system around. Note that you should use the makefile it writes to at least build the library initially.
916 -- Removed SMALL_PRIME_TAB build option. I use the smaller table always.
934 -- Added more strict rules to build process, starting to weed out "oh this works in GCC" style code
939 -- Wrote a build option to remove the PK packet functions [keeps the encrypt_key/sign_hash functions]
952 -- By default the GF(2^W) math library is excluded from the build. The source is maintained because I wrote it
954 -- the MSVC makefile will now build for a SPACE optimized library rather than TIME optimized.
973 "-fomit-frame-pointer" is broken in the windows build [but not the linux x86 build???]
1007 v0.70 -- Updated so you can swap out the default malloc/calloc/free routines at build time with others. (Sky Schulz)
1066 Code ships in unix LF format by default now too... will still build in MSVC and all... but if you want
1085 -- added "const char *crypt_build_settings" string which is a build time constant that gives a listing
1086 of all the build time options. Useful for debugging since you can send that to me and I will know what
1107 v0.59 -- Fixed a "unsigned long long" bug that caused v0.58 not to build in MSVC.
1126 -- Added build option CLEAN_STACK which will allow you to choose whether you want to clean the stack or not after every
1253 -- Made a modification to Twofish which lets you build a "small ram" variant. It requires
1275 use what ever remaining hash/cipher combo is left [after you #undef them] at build time. He also suggested
1358 -- changed the MSVC makefile to build with a warning level of three, no warnings!
1368 v0.25 -- Added a stupid define so MSVC 6.00 can build the library.
1376 so you can easily build the library with other tool chains
1382 v0.23 -- Fixed a small error in the MPI config it should build fine anywhere.
1437 -- Fixed a bug with the defines that allows it to build in windows