aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/cbc/cbc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Small cleanup in CBC modeJack Lloyd2017-09-161-21/+21
* Handle IV carryover in CBC, CFB, and stream ciphersJack Lloyd2017-05-131-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-11/+11
* Rewrote bc unpad functions as const time operations.Never2016-12-091-2/+6
* Cipher_Mode and AEAD_Mode improvementsDaniel Neus2016-11-081-1/+13
* Remove Algo_RegistryJack Lloyd2016-10-211-1/+1
* Cipher_Mode API improvementsJack Lloyd2016-09-011-13/+7
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-2/+2
* Same treatment for cipher modesJack Lloyd2015-09-101-21/+0
* For CBC, ECB, and XTS the output length of a zero length input is wellJack Lloyd2015-08-041-2/+4
* Fix round_upSimon Warta2015-07-151-0/+1
* lib/modes: Convert &vec[0] to vec.data()Simon Warta2015-06-241-14/+14
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-1/+1
* Use registry for streams and MACs. Start updating callers.lloyd2015-01-311-4/+3
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-3/+24
* 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
* Erroring on strict-overflow is a little too strict, GCC 4.9 is smartlloyd2014-05-261-11/+8
* Avoid strict overflow warnings in GCC 4.8lloyd2014-01-241-2/+6
* Move lib into srclloyd2014-01-101-0/+299