aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/aead/ocb
Commit message (Expand)AuthorAgeFilesLines
* OCB optimizationsJack Lloyd2017-10-132-58/+90
* OCB optimizationsJack Lloyd2017-10-122-48/+52
* Address some MSVC warningsJack Lloyd2017-09-301-1/+1
* Make poly_dbl.h a submodule of utilsJack Lloyd2017-09-271-0/+4
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* More include header cleanupsJack Lloyd2017-09-212-1/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-3/+3
* Merge GH #1205 Support large blocks in OCB modeJack Lloyd2017-09-192-62/+134
|\
| * 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-102-59/+134
* | 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-152-6/+4
* Update OCB ref to RFC, and add new test vectorsJack Lloyd2017-06-121-2/+2
* Add assertion to ensure key is set in OCB_Encryption::encrypt.Daniel Wyatt2017-06-091-0/+2
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-50/+50
* Add test for various functions previously missed (T::clone, PBKDF::name, AEAD...Jack Lloyd2016-11-261-1/+1
* Cipher_Mode and AEAD_Mode improvementsDaniel Neus2016-11-082-2/+13
* Remove Algo_RegistryJack Lloyd2016-10-211-1/+1
* Cipher_Mode API improvementsJack Lloyd2016-09-012-70/+52
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Add final attribute to many classesJack Lloyd2016-01-101-2/+2
* 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
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-052-2/+0
* 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-102-2/+2
* OCB cleanup and additional testslloyd2014-11-072-51/+46
* Replace Transformatio::nstart with start_raw so we can do a full setlloyd2014-11-052-3/+3
* Fix various warnings from VC++ 2014 and add missing includelloyd2014-10-311-3/+3
* Guess I won't be needing theselloyd2014-01-181-1/+0
* Use unique_ptr instead of bare pointers and explicit delete in block, mac, hash.lloyd2014-01-181-1/+1
* Split off the keyed interfaces of transform to Keyed_Transformlloyd2014-01-181-3/+3
* Move lib into srclloyd2014-01-103-0/+562