aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/aead/ocb/ocb.cpp
Commit message (Expand)AuthorAgeFilesLines
* OCB optimizationsJack Lloyd2019-09-281-19/+20
* Rename Integrity_Failure to Invalid_Authentication_TagJack Lloyd2019-01-181-1/+1
* Make significant_words const time alsoJack Lloyd2018-12-231-3/+3
* Fix some MSVC warningsJack Lloyd2018-09-301-3/+3
* In EAX, CCM, OCB verify nonce is set before processingJack Lloyd2018-08-171-0/+4
* Fix crashes when modes were used unkeyed.Jack Lloyd2018-08-051-4/+10
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-4/+6
* OCB optimizationsJack Lloyd2017-10-131-57/+90
* OCB optimizationsJack Lloyd2017-10-121-47/+45
* Address some MSVC warningsJack Lloyd2017-09-301-1/+1
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* More include header cleanupsJack Lloyd2017-09-211-0/+1
* Merge GH #1205 Support large blocks in OCB modeJack Lloyd2017-09-191-58/+127
|\
| * Change wide block OCBJack Lloyd2017-09-151-29/+0
| * Add alternate form for matching OCB ref codeJack Lloyd2017-09-111-4/+30
| * Support larger block sizes in OCBJack Lloyd2017-09-101-55/+127
* | Use constant_time_compare instead of same_memJack Lloyd2017-09-161-1/+1
|/
* Simplify polynomial doubling codeJack Lloyd2017-09-051-2/+2
* Improve polynomial doubling code, move to utilJack Lloyd2017-08-151-2/+4
* Add assertion to ensure key is set in OCB_Encryption::encrypt.Daniel Wyatt2017-06-091-0/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-37/+37
* Cipher_Mode and AEAD_Mode improvementsDaniel Neus2016-11-081-2/+10
* Remove Algo_RegistryJack Lloyd2016-10-211-1/+1
* Cipher_Mode API improvementsJack Lloyd2016-09-011-64/+49
* 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