aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/mac/siphash/siphash.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid including rotate.h in bswap.hJack Lloyd2018-12-211-0/+1
* Avoid undefined behavior in SipHashJack Lloyd2017-12-231-1/+9
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-1/+5
* Add compile-time rotation functionsJack Lloyd2017-10-121-6/+6
* 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