aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/mac/siphash
Commit message (Expand)AuthorAgeFilesLines
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Fix various MSVC warningsJack Lloyd2017-08-311-1/+2
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-18/+18
* fix SipHash::clear() and MAC test improvementsDaniel Neus2016-07-201-3/+4
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
* Internal header cleanupsJack Lloyd2015-09-191-1/+0
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-2/+0
* mac: Add missing overridesDaniel Seither2015-07-301-8/+8
* 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-113-0/+169