aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/asm/aes192.asm (follow)
Commit message (Collapse)AuthorAge
* refactoringEgor Tensin2015-06-17
|
* refactoringEgor Tensin2015-06-11
|
* fix register usage in the asm implementationEgor Tensin2015-06-10
| | | | | | | Apparently, the previously used xmm6/xmm7 registers are exactly the wrong ones to use for storing temp values. The xmm4/xmm5, on the other hand hand, don't need to be preserved, so I switched to those.
* src/aes*.asm -> src/asm/, src/aes*.c -> src/c/Egor Tensin2015-06-10