summaryrefslogtreecommitdiff
path: root/siphash.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to rotlConstant and rotrConstantJeffrey Walton2017-11-251-6/+6
* Cleared fall through warnings under GCC 7 (Issue 441)Jeffrey Walton2017-07-171-1/+7
* Clear Coverity UNINIT_CTOR (CID 177739)Jeffrey Walton2017-03-171-0/+4
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-1/+1
* Change next version from 5.7 to 6.0Jeffrey Walton2017-02-211-2/+2
* Remove extra preamble for copyright.Jeffrey Walton2017-02-211-1/+0
* Add call to ThrowIfInvalidTruncatedSize in SipHash FinalJeffrey Walton2016-12-181-0/+4
* Updated documentationJeffrey Walton2016-12-171-1/+9
* Remove use of temporary t[] for digest calculation. Remove unneeded header. W...Jeffrey Walton2016-12-171-47/+44
* Add Aumasson and Bernstein's SipHash (Issue 348)Jeffrey Walton2016-12-171-0/+297