summaryrefslogtreecommitdiff
path: root/siphash.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-3/+0
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-59/+59
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Switch to rotlConstant and rotrConstantJeffrey Walton2017-11-251-6/+6
| | | | This will help Clang and its need for a constexpr
* 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
| | | | This was a valid finding, but the only way to get into the codepath leaving the hash unkeyed.
* 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
| | | | Crypto++ 5.7 was the increment after the 5.6.5 release. Crypto++ 6.0 accurately reflects compatibility
* Remove extra preamble for copyright.Jeffrey Walton2017-02-211-1/+0
| | | | Similar text may be added in the future
* 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. ↵Jeffrey Walton2016-12-171-47/+44
| | | | Whitespace
* Add Aumasson and Bernstein's SipHash (Issue 348)Jeffrey Walton2016-12-171-0/+297