summaryrefslogtreecommitdiff
path: root/chacha.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typos (PR# 1099)Dimitris Apostolou2022-01-041-1/+1
* Update documentationJeffrey Walton2020-12-201-3/+3
* Update documentationJeffrey Walton2020-12-201-42/+42
* Use \return and \throw consitently in the docsJeffrey Walton2020-12-071-3/+3
* Fix stray semicolons uder MSVC (GH #889)Jeffrey Walton2019-10-121-6/+6
* Don't add semicolon to CRYPTOPP_CONSTANT abd DOCUMENTED_TYPEDEF (GH #889)Jeffrey Walton2019-10-031-6/+6
* Latch previous ROUNDS in Salsa and ChaCha ciphers (GH #800, PR #804)Jeffrey Walton2019-02-121-8/+10
* Add IETF XChaCha (GH #727, PR #794)Jeffrey Walton2019-02-061-8/+77
* Update documentationJeffrey Walton2019-01-271-3/+4
* Use ROUNDS constant for ChaChaTLSJeffrey Walton2019-01-251-4/+5
* Switch to RFC 8439 for ChaChaTLSJeffrey Walton2019-01-251-4/+6
* Update commentsJeffrey Walton2019-01-251-16/+14
* Refactor ChaCha and ChaChaTLS use a common coreJeffrey Walton2019-01-251-14/+0
* Enable SIMD implementation for ChaChaTLS (GH #265)Jeffrey Walton2019-01-251-0/+7
* Add ChaChaTLS implementation (GH #265)Jeffrey Walton2019-01-241-6/+78
* Clear warning on unitialized roundsJeffrey Walton2018-11-191-1/+5
* Add ChaCha AVX2 implementation (GH #735)Jeffrey Walton2018-11-081-1/+1
* Work-around potential counter increment problem in ChaCha20 (GH #732)Jeffrey Walton2018-11-041-2/+10
* Add ChaCha AlgorithmName overrideJeffrey Walton2018-10-261-0/+8
* Whitespace check-inJeffrey Walton2018-10-251-15/+15
* Fix ChaCha compile on ARM and MIPSJeffrey Walton2018-10-241-3/+0
* Add ChaCha SSE2 implementationJeffrey Walton2018-10-231-1/+6
* Make ChaCha an Salsa use the same design patternJeffrey Walton2018-08-171-30/+11
* Backout ChaCha changes to Crypto++ 7.0Jeffrey Walton2018-07-251-7/+27
* Add algorithm provider member function to Algorithm classJeffrey Walton2018-07-061-29/+6
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-5/+0
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-31/+31
* Remove extra preamble for copyright.Jeffrey Walton2017-02-211-1/+0
* Fix: GCC warning "type qualifiers ignored on function return type".Ralph Tandetzky2016-12-011-1/+1
* Add CRYPTOPP_STATIC_CONSTEXPR macroJeffrey Walton2016-11-131-1/+1
* Updated documentationJeffrey Walton2016-09-121-0/+10
* Updated documentationJeffrey Walton2016-09-091-0/+6
* shortened ChaCha typedefsDevJPM2016-09-081-3/+3
* Add constexpr-ness to ChaCha StaticAlgorithmName member functionJeffrey Walton2016-09-071-1/+3
* Cleared analysis warning on use of boolean in arithmetic expressionJeffrey Walton2016-07-231-1/+1
* Cleared warning 'extra ";" ignored'Jeffrey Walton2016-06-081-1/+1
* Updated documentationJeffrey Walton2016-04-241-0/+0
* Update ChaCha to latest sourcesJeffrey Walton2016-04-211-10/+16
* Add ChaCha family of stream ciphersJeffrey Walton2016-04-211-0/+67