aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/aead/ocb/ocb.cpp
Commit message (Expand)AuthorAgeFilesLines
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-2/+2
* Same treatment for cipher modesJack Lloyd2015-09-101-2/+0
* lib/modes: Convert &vec[0] to vec.data()Simon Warta2015-06-241-23/+23
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-3/+3
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* OCB cleanup and additional testslloyd2014-11-071-49/+41
* Replace Transformatio::nstart with start_raw so we can do a full setlloyd2014-11-051-1/+1
* Fix various warnings from VC++ 2014 and add missing includelloyd2014-10-311-3/+3
* Use unique_ptr instead of bare pointers and explicit delete in block, mac, hash.lloyd2014-01-181-1/+1
* Move lib into srclloyd2014-01-101-0/+432