Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add EnumToInt conversion macro for enum-enum conversion warnings (GH #1016) | Jeffrey Walton | 2021-03-09 | 1 | -1/+1 |
| | |||||
* | Clear C++20 enum-enum conversion warnings (GH #1016) | Jeffrey Walton | 2021-03-09 | 1 | -1/+1 |
| | |||||
* | Cleanup HC128 and HC256 OperateKeystream | Jeffrey Walton | 2018-10-25 | 1 | -13/+21 |
| | |||||
* | Update comments to make it clear the keystream is written | Jeffrey Walton | 2018-07-29 | 1 | -2/+2 |
| | |||||
* | Update comments | Jeffrey Walton | 2018-07-06 | 1 | -2/+5 |
| | |||||
* | Switch to size_t datatype | Jeffrey Walton | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | Remove unneeded input variable | Jeffrey Walton | 2018-07-05 | 1 | -10/+10 |
| | |||||
* | Fix spelling | Jeffrey Walton | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | Rework OperateKeystream (GH #680) | Jeffrey Walton | 2018-07-05 | 1 | -26/+25 |
| | | | | This improves performance on a Core i5 6400 from 5.4 cpb to 2.9 cpb | ||||
* | Add HC-256 stream cipher (GH #680) | Jeffrey Walton | 2018-07-05 | 1 | -0/+148 |