aboutsummaryrefslogtreecommitdiffstats
path: root/modules/alg_ia32/serp_asm.S
Commit message (Expand)AuthorAgeFilesLines
* Add a distinct loop ending for loop-until-equals-immediate; other loopslloyd2006-08-151-1/+1
* Change the Serpent linear transforms to use the move-and-shift-3 macrolloyd2006-08-151-4/+2
* Formatting/readability changeslloyd2006-08-151-6/+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-151-11/+17
* Implement the Serpent key schedule in assembly as well, so the C++lloyd2006-08-151-0/+90
* Remove an unused functionlloyd2006-08-151-26/+1
* Implement decryption in the Serpent assembly codelloyd2006-08-151-45/+350
* Add the beginnings of an x96 assembler version of Serpent. Currently onlylloyd2006-08-151-0/+294