aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/block_cipher.h
Commit message (Expand)AuthorAgeFilesLines
* Add some missing includesJack Lloyd2018-11-081-0/+1
* Add Tweakable_Block_Cipher classJack Lloyd2018-08-091-4/+20
* Mark some members of Block_Cipher_Fixed_Params as finalJack Lloyd2018-08-081-4/+4
* Include <memory> in base type headersJack Lloyd2017-10-291-0/+1
* Swapped encrypt and decrypt in BlockCipher _xex functionsJack Lloyd2017-10-121-2/+2
* OCB optimizationsJack Lloyd2017-10-121-0/+39
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Content:Tomasz Frydrych2017-04-031-1/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-12/+12
* Remove Algo_RegistryJack Lloyd2016-10-211-5/+13
* Improve block doxygen [ci skip]René Korthaus2016-10-191-3/+6
* Change T::provider to return std::stringJack Lloyd2016-09-151-2/+1
* Add T::provider() to allow user to inquire about implementation usedJack Lloyd2016-09-151-0/+8
* Address some review comments by Simon. GH #279Jack Lloyd2015-09-211-1/+1
* Handle dependencies re static linking. GH #279Jack Lloyd2015-09-171-0/+13
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-0/+2
* block: Add missing overridesDaniel Seither2015-07-301-2/+2
* lib/block: Convert &vec[0] to vec.data()Simon Warta2015-06-271-4/+4
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-0/+2
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+162