| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename sha_x86 module to alg_ia32; there will probably be other algorithms | lloyd | 2006-08-13 | 1 | -178/+0 |
* | Remove the last vestiges of AT&T syntax that are directly in the code | lloyd | 2006-08-13 | 1 | -4/+5 |
* | Reorder instructions in the round functions for (slightly) better | lloyd | 2006-08-13 | 1 | -13/+13 |
* | Add another macro for LEA, to cover the usage inside the round functions | lloyd | 2006-08-13 | 1 | -3/+3 |
* | Reverse the order of arguments to AND() and OR() | lloyd | 2006-08-13 | 1 | -10/+10 |
* | Reverse the order of XOR()'s arguments | lloyd | 2006-08-13 | 1 | -17/+17 |
* | Switch the destination and source arguments of ADD() | lloyd | 2006-08-13 | 1 | -11/+11 |
* | Use a different notation for the rotate instructions | lloyd | 2006-08-13 | 1 | -18/+18 |
* | Use ADD_IMM everywhere it is applicable | lloyd | 2006-08-13 | 1 | -7/+7 |
* | Introduce some new macros to improve the readability of the code | lloyd | 2006-08-13 | 1 | -21/+21 |
* | Convert the round functions to use the macros | lloyd | 2006-08-13 | 1 | -30/+30 |
* | Convert another set of asm instructions to macros | lloyd | 2006-08-13 | 1 | -18/+18 |
* | Further macro-ization | lloyd | 2006-08-13 | 1 | -42/+36 |
* | Add a loop macro, continue converting the assembly to use the wrapper | lloyd | 2006-08-13 | 1 | -14/+16 |
* | Set up some macros to help portability and readability | lloyd | 2006-08-13 | 1 | -89/+92 |
* | Format cleanup | lloyd | 2006-08-12 | 1 | -14/+14 |
* | Remove some trailing whitespace | lloyd | 2006-08-12 | 1 | -10/+7 |
* | Reschedule some instructions in attempt to hide latencies | lloyd | 2006-08-12 | 1 | -17/+18 |
* | Fully unroll the byte-reader loop, now to reschedule | lloyd | 2006-08-12 | 1 | -6/+12 |
* | Finish unrolling the expansion loop, and start on the byte-reading loop | lloyd | 2006-08-12 | 1 | -36/+43 |
* | Pull a variable directly out of a live register, rather than going out | lloyd | 2006-08-12 | 1 | -4/+4 |
* | Rearrange some operations, though instruction scheduling still needs a | lloyd | 2006-08-12 | 1 | -19/+16 |
* | Use different registers in each iteration of the unrolled loop, so we can | lloyd | 2006-08-12 | 1 | -20/+21 |
* | Unroll the expansion loop | lloyd | 2006-08-12 | 1 | -8/+36 |
* | Use indexed addressing to pull out elements of W[], rather than | lloyd | 2006-08-12 | 1 | -30/+36 |
* | Use LEA inside the round functions, various cleanups | lloyd | 2006-08-12 | 1 | -62/+45 |
* | Entire SHA-1 compression function now implemented in assembly, just needs | lloyd | 2006-08-12 | 1 | -12/+44 |
* | Implement the second set of SHA-1 functions in assembler; add some | lloyd | 2006-08-12 | 1 | -26/+33 |
* | Implement the first set of rounds of SHA-1 in assembly | lloyd | 2006-08-12 | 1 | -0/+64 |
* | Get all of the (callee-saved) registers saved so we have maximum space | lloyd | 2006-08-12 | 1 | -11/+14 |
* | Add preliminary version of an SHA-1 x86 assembly module | lloyd | 2006-08-12 | 1 | -0/+46 |