aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove an oddly placed newlinelloyd2006-08-211-1/+0
* Fix a typolloyd2006-08-211-1/+1
* Document Pipe's use of Output_Bufferslloyd2006-08-201-29/+45
* Started working on the internals documentation againlloyd2006-08-202-153/+163
* Declare mp_bits for alg_ia32, since it touches the MPI codelloyd2006-08-201-0/+2
* Only error out when multiple modules declaring mp_bits are found _and_lloyd2006-08-202-4/+6
* Move bigint_simple_mul into mp_mul.cpp, since that is the only place itlloyd2006-08-194-17/+26
* Fix typolloyd2006-08-191-1/+1
* Delete trailing whitespacelloyd2006-08-194-5/+5
* Move Montgomery reduction algorithm into mp_asm.cpplloyd2006-08-198-110/+69
* Don't test Skipjack at startup - it's really not that important, andlloyd2006-08-191-8/+0
* Remove trailing whitespacelloyd2006-08-192-2/+2
* Align the major jump targetslloyd2006-08-191-15/+6
* Add an x86 assembly implementation of bigint_mul_add_words, which islloyd2006-08-184-3/+134
* Simplify the implementation of bigint_divoplloyd2006-08-181-6/+8
* Move montgomery_reduce to after choose_window_bits for better consistencylloyd2006-08-171-18/+18
* Create a slightly higher level wrapper around bigint_monty_redc, save alloyd2006-08-171-18/+13
* Remove whitespacelloyd2006-08-171-3/+0
* Fix the es_capi module; was not using the new global_config() accessorlloyd2006-08-171-1/+1
* Inline the call to word_add in bigint_monty_redc - the carry in waslloyd2006-08-171-3/+3
* Move bigint_monty_redc to its own file; profiling indicates that thislloyd2006-08-172-33/+49
* Split Montgomery reduction into two functions, the core algorithm linkedlloyd2006-08-163-6/+15
* Add a distinct loop ending for loop-until-equals-immediate; other loopslloyd2006-08-155-7/+13
* Remove some variables we didn't really need in the key schedulelloyd2006-08-151-6/+4
* Version bump in the configure scriptlloyd2006-08-152-2/+2
* Change the Serpent linear transforms to use the move-and-shift-3 macrolloyd2006-08-151-4/+2
* Add a specialized shift instruction for 3 that uses LEA to do a shift andlloyd2006-08-151-0/+1
* Drop the asm-specific serpent.hlloyd2006-08-152-34/+0
* Formatting/readability changeslloyd2006-08-151-6/+5
* Replace Serpent's key_xor function with a macro, so the header can belloyd2006-08-152-7/+5
* Remove continuation slashes from the last line of some of the macroslloyd2006-08-151-8/+8
* Reorder the linear transformations for (nominally) better instructionlloyd2006-08-151-10/+10
* Have the expansion loop in the key schedule take advantage of freelloyd2006-08-152-12/+17
* Remove unused variablelloyd2006-08-151-5/+7
* Implement the Serpent key schedule in assembly as well, so the C++lloyd2006-08-153-122/+98
* Remove an unused functionlloyd2006-08-151-26/+1
* Implement decryption in the Serpent assembly codelloyd2006-08-154-207/+386
* Add the beginnings of an x96 assembler version of Serpent. Currently onlylloyd2006-08-154-0/+621
* Was using sha1_core in the END_FUNCTION calls; doesn't make a difference,lloyd2006-08-142-2/+2
* Changelog updates1.5.10lloyd2006-08-131-2/+8
* Get instruction scheduling decently correct. Now running at 110 Mb/s onlloyd2006-08-131-5/+5
* Load the message words we need in the round before. By going out to thelloyd2006-08-131-54/+133
* Introduce a MSG() macro which returns the desired message wordlloyd2006-08-131-9/+13
* Use LEA with the magic constant and A, rather than the magic and thelloyd2006-08-131-9/+9
* Make the temporary implicit, since we always use ESP inside the roundlloyd2006-08-131-47/+49
* Add a (working, optimized) x86 version of MD4lloyd2006-08-133-2/+182
* Add the memory word and the magic constant using LEA, rather than thelloyd2006-08-131-24/+24
* Forgot the II() macro in the last checkinlloyd2006-08-131-1/+2
* Use the spare register to load the message word, which will potentiallylloyd2006-08-131-3/+7
* Make the temporary implicit, since we were always passing the same registerlloyd2006-08-131-106/+108