| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2019-12-21 | restructure the project | Egor Tensin | |
| 2016-09-25 | fix licensing notices | Egor Tensin | |
| Also, remove the docs, which were never there anyway. | |||
| 2016-05-19 | 'aesni' -> 'aes' | Egor Tensin | |
| 2015-07-28 | refactoring | Egor Tensin | |
| Namely, rename API functions to facilitate metaprogramming using preprocessor macros. | |||
| 2015-06-17 | refactoring | Egor Tensin | |
| 2015-06-17 | refactoring | Egor Tensin | |
| 2015-06-11 | refactoring | Egor Tensin | |
| 2015-06-10 | fix register usage in the asm implementation | Egor 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-10 | src/aes*.asm -> src/asm/, src/aes*.c -> src/c/ | Egor Tensin | |
