aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/hash.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid unneeded code - previous conditionals handle these casesJack Lloyd2016-11-251-8/+0
* Adds SHAKE support for XMSSMatthias Gierlings2016-11-251-0/+8
* Add SHAKE-128 and SHAKE-256 as hash functionsJack Lloyd2016-11-101-0/+15
* Correct name for Comb4PJack Lloyd2016-10-271-1/+1
* Remove alias logic from SCAN_NameJack Lloyd2016-10-211-50/+62
* Remove Algo_RegistryJack Lloyd2016-10-211-58/+161
* Add proper SHA-3Jack Lloyd2016-10-191-0/+8
* Merge optimized implementations into base classJack Lloyd2016-09-151-9/+0
* Remove deprecated hashes MD2, HAS-160, and RIPEMD-128Jack Lloyd2016-09-021-24/+0
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Add Blake2b hash functioncynecx2016-01-261-0/+8
* Internal header cleanupsJack Lloyd2015-09-191-1/+14
* 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/+180