aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/aead/chacha20poly1305
Commit message (Expand)AuthorAgeFilesLines
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-3/+3
* Use constant_time_compare instead of same_memJack Lloyd2017-09-161-1/+1
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-21/+21
* Correct output_length bug in SIV and ChaCha20Poly1305 alsoJack Lloyd2016-11-261-1/+1
* Cipher_Mode and AEAD_Mode improvementsDaniel Neus2016-11-082-0/+11
* Remove Algo_RegistryJack Lloyd2016-10-211-1/+0
* Cipher_Mode API improvementsJack Lloyd2016-09-012-16/+8
* Fix bug in IETF version of ChaCha20Poly1305Jack Lloyd2016-03-231-11/+20
* Add final attribute to many classesJack Lloyd2016-01-101-2/+2
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-1/+1
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-3/+6
* Same treatment for cipher modesJack Lloyd2015-09-101-3/+0
* lib/modes: Convert &vec[0] to vec.data()Simon Warta2015-06-241-6/+6
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-042-6/+9
* Get algos via lookup in case of SIMD or other optimized versionslloyd2015-02-181-4/+2
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-2/+4
* Avoid needless buffering when handling padding byteslloyd2015-01-231-4/+4
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Support the older ChaCha20Poly1305 AEAD from draft-agl-tls-chacha20poly1305-04lloyd2014-12-312-10/+34
* Add AEAD based on ChaCha20 and Poly1305 defined in draft-irtf-cfrg-chacha20-p...lloyd2014-12-293-0/+232