aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/block_cipher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add CommonCrypto block cipher supportJose Pereira2018-09-101-2/+16
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-0/+1
* Rename threefish module to threefish_512Jack Lloyd2018-03-061-1/+1
* Create two macros for CAST-128 vs CAST-256Jack Lloyd2017-12-031-2/+7
* Add ARIA Block Cipher (GH #1004)Jeffrey Walton2017-08-231-0/+21
* Add SHACAL2Jack Lloyd2017-08-131-0/+11
* Add SM4 block cipherJack Lloyd2017-06-161-0/+11
* Add BOTAN_UNUSED in creator functionsJack Lloyd2017-01-271-0/+3
* Remove alias logic from SCAN_NameJack Lloyd2016-10-211-30/+30
* Remove Algo_RegistryJack Lloyd2016-10-211-61/+171
* Merge optimized implementations into base classJack Lloyd2016-09-151-68/+0
* Remove deprecated ciphers MARS, RC2, RC5, RC6, SAFER-SK and TEAJack Lloyd2016-09-021-60/+0
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Move check for SIMD instructions to CPUIDJack Lloyd2015-09-211-7/+3
* Address some review comments by Simon. GH #279Jack Lloyd2015-09-211-1/+1
* Internal header cleanupsJack Lloyd2015-09-191-1/+16
* Handle dependencies re static linking. GH #279Jack Lloyd2015-09-171-0/+11
* Fix for minimized buildsJack Lloyd2015-09-111-1/+4
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-0/+290