summaryrefslogtreecommitdiff
path: root/chacha.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove extra preamble for copyright.Jeffrey Walton2017-02-211-1/+0
* Updated CRYPTOPP_ASSERT based on commentsJeffrey Walton2016-10-171-1/+1
* Change from NDEBUG to CRYPTOPP_DEBUG in source files to ensure all debug beha...Jeffrey Walton2016-09-161-1/+1
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-2/+2
* Cleared analysis warning on use of boolean in arithmetic expressionJeffrey Walton2016-07-231-2/+2
* Remove branch in increment counterJeffrey Walton2016-04-211-3/+4
* Update ChaCha to latest sourcesJeffrey Walton2016-04-211-79/+79
* Add ChaCha family of stream ciphersJeffrey Walton2016-04-211-0/+152