aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/mac/siphash/siphash.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix various MSVC warningsJack Lloyd2017-08-311-1/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-12/+12
* fix SipHash::clear() and MAC test improvementsDaniel Neus2016-07-201-3/+4
* Internal header cleanupsJack Lloyd2015-09-191-1/+0
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-2/+0
* In Algo_Registry if a maker func fails, try the next most preferred onelloyd2015-03-051-1/+1
* Use registry for streams and MACs. Start updating callers.lloyd2015-01-311-3/+3
* Add SipHashlloyd2015-01-111-0/+123