summaryrefslogtreecommitdiff
path: root/hc256.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add EnumToInt conversion macro for enum-enum conversion warnings (GH #1016)Jeffrey Walton2021-03-091-1/+1
* Clear C++20 enum-enum conversion warnings (GH #1016)Jeffrey Walton2021-03-091-1/+1
* Cleanup HC128 and HC256 OperateKeystreamJeffrey Walton2018-10-251-13/+21
* Update comments to make it clear the keystream is writtenJeffrey Walton2018-07-291-2/+2
* Update commentsJeffrey Walton2018-07-061-2/+5
* Switch to size_t datatypeJeffrey Walton2018-07-051-1/+1
* Remove unneeded input variableJeffrey Walton2018-07-051-10/+10
* Fix spellingJeffrey Walton2018-07-051-1/+1
* Rework OperateKeystream (GH #680)Jeffrey Walton2018-07-051-26/+25
* Add HC-256 stream cipher (GH #680)Jeffrey Walton2018-07-051-0/+148