Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unneeded Doxygen directive | Jeffrey Walton | 2018-01-19 | 1 | -3/+0 |
| | |||||
* | Change Doxygen comment style from //! to /// | Jeffrey Walton | 2017-11-29 | 1 | -59/+59 |
| | | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw | ||||
* | Switch to rotlConstant and rotrConstant | Jeffrey Walton | 2017-11-25 | 1 | -6/+6 |
| | | | | This will help Clang and its need for a constexpr | ||||
* | Cleared fall through warnings under GCC 7 (Issue 441) | Jeffrey Walton | 2017-07-17 | 1 | -1/+7 |
| | |||||
* | Clear Coverity UNINIT_CTOR (CID 177739) | Jeffrey Walton | 2017-03-17 | 1 | -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 Walton | 2017-03-01 | 1 | -1/+1 |
| | |||||
* | Change next version from 5.7 to 6.0 | Jeffrey Walton | 2017-02-21 | 1 | -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 Walton | 2017-02-21 | 1 | -1/+0 |
| | | | | Similar text may be added in the future | ||||
* | Add call to ThrowIfInvalidTruncatedSize in SipHash Final | Jeffrey Walton | 2016-12-18 | 1 | -0/+4 |
| | |||||
* | Updated documentation | Jeffrey Walton | 2016-12-17 | 1 | -1/+9 |
| | |||||
* | Remove use of temporary t[] for digest calculation. Remove unneeded header. ↵ | Jeffrey Walton | 2016-12-17 | 1 | -47/+44 |
| | | | | Whitespace | ||||
* | Add Aumasson and Bernstein's SipHash (Issue 348) | Jeffrey Walton | 2016-12-17 | 1 | -0/+297 |