summaryrefslogtreecommitdiff
path: root/siphash.h
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-2/+2
* Fix Visual Studio build (GH # 1105)Jeffrey Walton2022-02-111-0/+1
* Validate SipHash key length in ctor (GH #947)Jeffrey Walton2020-05-041-1/+2
* Fix semicolons yet again (GH #889)Jeffrey Walton2019-10-141-1/+1
* Don't add semicolon to CRYPTOPP_CONSTANT abd DOCUMENTED_TYPEDEF (GH #889)Jeffrey Walton2019-10-031-1/+1
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-3/+0
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-59/+59
* 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