Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactoring | Egor Tensin | 2015-06-17 |
| | |||
* | refactoring | Egor Tensin | 2015-06-11 |
| | |||
* | fix register usage in the asm implementation | Egor Tensin | 2015-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 Tensin | 2015-06-10 |