aboutsummaryrefslogtreecommitdiffstats
path: root/modules/alg_ia32/md5core.S
Commit message (Expand)AuthorAgeFilesLines
* Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep thelloyd2008-03-101-1/+1
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-141-1/+1
* Bump copyright year to 2007lloyd2007-01-201-1/+1
* Rename some variables for consistency with the SHA-1 asm codelloyd2006-08-211-8/+9
* Add a distinct loop ending for loop-until-equals-immediate; other loopslloyd2006-08-151-1/+1
* Was using sha1_core in the END_FUNCTION calls; doesn't make a difference,lloyd2006-08-141-1/+1
* 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
* Cleanups, and move the initial memory access to the beginning of eachlloyd2006-08-131-51/+76
* Add an x86 assembly MD5 implementation; works, but needs optimizationlloyd2006-08-131-0/+131