Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | optimize aes round command queue | psychocrypt | 2017-12-03 | 1 | -8/+22 |
| | | | | unroll AES round by hand to help the compiler to optimize the command queue | ||||
* | group files | psychocrypt | 2017-09-30 | 1 | -0/+90 |
- move source code to `src` - categorize files and move to group folder - change upper case class files to lower case - change C++ header to `*.hpp` |