Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Declare mp_bits for alg_ia32, since it touches the MPI code | lloyd | 2006-08-20 | 1 | -0/+2 |
* | Fix typo | lloyd | 2006-08-19 | 1 | -1/+1 |
* | Move Montgomery reduction algorithm into mp_asm.cpp | lloyd | 2006-08-19 | 1 | -1/+1 |
* | Add an x86 assembly implementation of bigint_mul_add_words, which is | lloyd | 2006-08-18 | 1 | -0/+2 |
* | Drop the asm-specific serpent.h | lloyd | 2006-08-15 | 1 | -1/+0 |
* | Implement decryption in the Serpent assembly code | lloyd | 2006-08-15 | 1 | -0/+1 |
* | Add the beginnings of an x96 assembler version of Serpent. Currently only | lloyd | 2006-08-15 | 1 | -0/+2 |
* | Add a (working, optimized) x86 version of MD4 | lloyd | 2006-08-13 | 1 | -2/+5 |
* | Add an x86 assembly MD5 implementation; works, but needs optimization | lloyd | 2006-08-13 | 1 | -0/+2 |
* | Drop the AES asm code for now | lloyd | 2006-08-13 | 1 | -2/+0 |
* | Add stub versions of AES assembler | lloyd | 2006-08-13 | 1 | -0/+3 |
* | Rename sha_x86 module to alg_ia32; there will probably be other algorithms | lloyd | 2006-08-13 | 1 | -0/+22 |