summaryrefslogtreecommitdiff
path: root/rabbit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add EnumToInt conversion macro for enum-enum conversion warnings (GH #1016)Jeffrey Walton2021-03-091-2/+2
* Clear C++20 enum-enum conversion warnings (GH #1016)Jeffrey Walton2021-03-091-2/+2
* Update comments to make it clear the keystream is writtenJeffrey Walton2018-07-291-4/+4
* Use 64-bit multiply for RabbitJeffrey Walton2018-07-291-0/+8
* Clear unused variable warningJeffrey Walton2018-07-101-0/+1
* Update commentsJeffrey Walton2018-07-061-4/+10
* Switch to size_t datatypeJeffrey Walton2018-07-051-1/+1
* Rework OperateKeystream (GH #678)Jeffrey Walton2018-07-051-73/+59
* Fix spellingJeffrey Walton2018-07-051-2/+2
* Update documentationJeffrey Walton2018-07-041-3/+6
* Add Rabbit stream cipher (GH #678)Jeffrey Walton2018-07-041-0/+255