aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/aead/ccm/ccm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove Algo_RegistryJack Lloyd2016-10-211-1/+0
* Cipher_Mode API improvementsJack Lloyd2016-09-011-27/+24
* Change calls to 'get_byte' to explicitly cast parameters and eliminate compil...Dan Brown2016-04-271-2/+2
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-3/+3
* Same treatment for cipher modesJack Lloyd2015-09-101-2/+0
* lib/modes: Convert &vec[0] to vec.data()Simon Warta2015-06-241-13/+13
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-3/+4
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Replace Transformatio::nstart with start_raw so we can do a full setlloyd2014-11-051-1/+1
* Correct CCM for L != 2. Bugzilla 270lloyd2014-05-161-1/+1
* Move lib into srclloyd2014-01-101-0/+266