aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/aead/chacha20poly1305/chacha20poly1305.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-15/+15
* Cipher_Mode and AEAD_Mode improvementsDaniel Neus2016-11-081-0/+7
* Remove Algo_RegistryJack Lloyd2016-10-211-1/+0
* Cipher_Mode API improvementsJack Lloyd2016-09-011-13/+5
* Fix bug in IETF version of ChaCha20Poly1305Jack Lloyd2016-03-231-11/+20
* 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-041-6/+7
* 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-101-1/+1
* Support the older ChaCha20Poly1305 AEAD from draft-agl-tls-chacha20poly1305-04lloyd2014-12-311-8/+29
* Add AEAD based on ChaCha20 and Poly1305 defined in draft-irtf-cfrg-chacha20-p...lloyd2014-12-291-0/+136