aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/asm (unfollow)
Commit message (Collapse)Author
2015-06-17refactoringEgor Tensin
2015-06-17refactoringEgor Tensin
2015-06-11refactoringEgor Tensin
2015-06-10fix register usage in the asm implementationEgor Tensin
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.
2015-06-10src/aes*.asm -> src/asm/, src/aes*.c -> src/c/Egor Tensin