aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/block_cipher.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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