Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a distinct loop ending for loop-until-equals-immediate; other loops | lloyd | 2006-08-15 | 1 | -1/+1 |
* | Change the Serpent linear transforms to use the move-and-shift-3 macro | lloyd | 2006-08-15 | 1 | -4/+2 |
* | Formatting/readability changes | lloyd | 2006-08-15 | 1 | -6/+5 |
* | Remove continuation slashes from the last line of some of the macros | lloyd | 2006-08-15 | 1 | -8/+8 |
* | Reorder the linear transformations for (nominally) better instruction | lloyd | 2006-08-15 | 1 | -10/+10 |
* | Have the expansion loop in the key schedule take advantage of free | lloyd | 2006-08-15 | 1 | -11/+17 |
* | Implement the Serpent key schedule in assembly as well, so the C++ | lloyd | 2006-08-15 | 1 | -0/+90 |
* | Remove an unused function | lloyd | 2006-08-15 | 1 | -26/+1 |
* | Implement decryption in the Serpent assembly code | lloyd | 2006-08-15 | 1 | -45/+350 |
* | Add the beginnings of an x96 assembler version of Serpent. Currently only | lloyd | 2006-08-15 | 1 | -0/+294 |