Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix licensing notices | Egor Tensin | 2016-09-25 |
| | | | | Also, remove the docs, which were never there anyway. | ||
* | 'aesni' -> 'aes' | Egor Tensin | 2016-05-19 |
| | |||
* | refactoring | Egor Tensin | 2015-07-28 |
| | | | | | Namely, rename API functions to facilitate metaprogramming using preprocessor macros. | ||
* | 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 |