aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/hash/comb4p/comb4p.cpp
Commit message (Expand)AuthorAgeFilesLines
* Work around problem with GCC 4.8Jack Lloyd2019-03-261-1/+2
* Fix some warnings from GCC 9Jack Lloyd2019-03-251-1/+1
* Fix for old GCC and ClangJack Lloyd2017-05-221-1/+1
* Add HashFunction::copy_stateJack Lloyd2017-05-221-0/+8
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-8/+8
* Remove Algo_RegistryJack Lloyd2016-10-211-13/+0
* Missing addsJack Lloyd2015-12-111-1/+1
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-2/+2
* Internal header cleanupsJack Lloyd2015-09-191-1/+0
* Handle dependencies re static linking. GH #279Jack Lloyd2015-09-171-3/+2
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-2/+0
* lib/hash: Convert &vec[0] to vec.data()Simon Warta2015-06-271-7/+7
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-3/+2
* Use Algo_Registry also for hashes.lloyd2015-01-281-0/+17
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Use unique_ptr instead of bare pointers and explicit delete in block, mac, hash.lloyd2014-01-181-27/+27
* Move lib into srclloyd2014-01-101-0/+102