aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/aead/chacha20poly1305
Commit message (Expand)AuthorAgeFilesLines
* 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