summaryrefslogtreecommitdiff
path: root/chacha.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move input xor to ChaCha_OperateKeystream_SSE2Jeffrey Walton2018-10-241-9/+15
* Fix ChaCha compile on ARM and MIPSJeffrey Walton2018-10-241-5/+9
* Remove unneeded params from ChaCha_OperateKeystream_SSE2Jeffrey Walton2018-10-231-3/+2
* Remove old comments from chacha.cppJeffrey Walton2018-10-231-9/+2
* Add ChaCha SSE2 implementationJeffrey Walton2018-10-231-11/+48
* Fix ChaCha debug buildsJeffrey Walton2018-08-181-1/+1
* Make ChaCha an Salsa use the same design patternJeffrey Walton2018-08-171-21/+13
* Backout ChaCha changes to Crypto++ 7.0Jeffrey Walton2018-07-251-15/+21
* Add algorithm provider member function to Algorithm classJeffrey Walton2018-07-061-21/+14
* Switch to rotlConstant and rotrConstantJeffrey Walton2017-11-251-4/+4
* Remove BOOL macro value (GH #462)Jeffrey Walton2017-08-201-2/+2
* 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