aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/cfb/cfb.cpp
Commit message (Expand)AuthorAgeFilesLines
* Have cipher modes also verify that the nonce is set prior to useJack Lloyd2018-08-171-0/+2
* Fix crashes when modes were used unkeyed.Jack Lloyd2018-08-051-2/+9
* Optimize CFB modeJack Lloyd2017-10-111-30/+84
* Header file cleanupsJack Lloyd2017-09-211-1/+0
* Address CFB carryover bugJack Lloyd2017-09-101-39/+39
* Handle IV carryover in CBC, CFB, and stream ciphersJack Lloyd2017-05-131-2/+13
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-6/+6
* Cipher_Mode and AEAD_Mode improvementsDaniel Neus2016-11-081-0/+7
* Remove Algo_RegistryJack Lloyd2016-10-211-1/+0
* Cipher_Mode API improvementsJack Lloyd2016-09-011-19/+13
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-1/+1
* Same treatment for cipher modesJack Lloyd2015-09-101-2/+0
* More changes for use with debug STLSimon Warta2015-06-301-2/+8
* lib/modes: Convert &vec[0] to vec.data()Simon Warta2015-06-241-8/+8
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-1/+3
* 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
* Avoid memory overread in last block of CFB encryption.lloyd2014-01-181-1/+1
* Move lib into srclloyd2014-01-101-0/+150