summaryrefslogtreecommitdiff
path: root/hc128.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-4/+6
* Update comments to make it clear the keystream is writtenJeffrey Walton2018-07-291-2/+2
* Update commentsJeffrey Walton2018-07-061-19/+22
* Use SecBlock for keys and IVsJeffrey Walton2018-07-061-2/+2
* Fix spellingJeffrey Walton2018-07-051-1/+1
* Update commentsJeffrey Walton2018-07-051-9/+6
* Add HC-128 stream cipher (GH #679)Jeffrey Walton2018-07-051-0/+277