Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump copyright year to 2007 | lloyd | 2007-01-20 | 1 | -1/+1 |
* | Define the ADD_IMM macro in terms of ADD() | lloyd | 2006-09-26 | 1 | -3/+1 |
* | Add an x86 assembly implementation of bigint_mul_add_words, which is | lloyd | 2006-08-18 | 1 | -3/+16 |
* | Add a distinct loop ending for loop-until-equals-immediate; other loops | lloyd | 2006-08-15 | 1 | -2/+8 |
* | Add a specialized shift instruction for 3 that uses LEA to do a shift and | lloyd | 2006-08-15 | 1 | -0/+1 |
* | Implement the Serpent key schedule in assembly as well, so the C++ | lloyd | 2006-08-15 | 1 | -4/+4 |
* | Add the beginnings of an x96 assembler version of Serpent. Currently only | lloyd | 2006-08-15 | 1 | -0/+3 |
* | Add a macro for the not instruction | lloyd | 2006-08-13 | 1 | -0/+1 |
* | Clean up the macros, add comment headers, add a couple of helper macros | lloyd | 2006-08-13 | 1 | -10/+43 |
* | A few macro fixes | lloyd | 2006-08-13 | 1 | -7/+10 |
* | Rename sha_x86 module to alg_ia32; there will probably be other algorithms | lloyd | 2006-08-13 | 1 | -0/+65 |