summaryrefslogtreecommitdiff
path: root/chacha.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add BLAKE2s and ChaCha CORE SIMD function (GH #656)Jeffrey Walton2018-11-181-6/+4
* Switch between POWER7 and POWER4 (GH #656)Jeffrey Walton2018-11-181-3/+24
* Make Altivec vector wraps friendly to downgradesJeffrey Walton2018-11-151-7/+12
* Drop ChaCha requirements to POWER7Jeffrey Walton2018-11-141-12/+12
* Add ChaCha AVX2 implementation (GH #735)Jeffrey Walton2018-11-081-7/+49
* Skip unneeded wrap check in SIMD book keeping (GH #732)Jeffrey Walton2018-11-041-6/+9
* Work-around potential counter increment problem in ChaCha20 (GH #732)Jeffrey Walton2018-11-041-90/+103
* Add ChaCha Power8 implementationJeffrey Walton2018-10-271-0/+32
* Remove xorInput parameter from ChaCha SIMD functionsJeffrey Walton2018-10-261-8/+8
* Add ChaCha AlgorithmName overrideJeffrey Walton2018-10-261-0/+5
* Whitespace check-inJeffrey Walton2018-10-251-111/+111
* Add ChaCha NEON implementationJeffrey Walton2018-10-251-1/+33
* Add SSSE3 rotates when availableJeffrey Walton2018-10-241-10/+1
* 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