summaryrefslogtreecommitdiff
path: root/rdrand.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos (PR# 1099)Dimitris Apostolou2022-01-041-2/+2
|
* Fix typosJeffrey Walton2021-02-031-1/+1
|
* Use \return and \throw consitently in the docsJeffrey Walton2020-12-071-2/+2
|
* Add Power9 Random Number Generator support (GH #747, PR #748)Jeffrey Walton2018-11-271-2/+2
|
* Fix failed link on ARM and friendsJeffrey Walton2018-07-071-2/+6
|
* Add algorithm provider member function to Algorithm classJeffrey Walton2018-07-061-0/+4
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-49/+49
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Updated documentationJeffrey Walton2017-05-091-7/+6
|
* Mkaake RDRAND and RDSEED throw if not availableJeffrey Walton2017-05-091-4/+5
| | | | Fix Carmichael pseudo-prime tests
* Updated documentationJeffrey Walton2017-03-111-1/+0
|
* Fix output buffer cast in rdrand.cpp (Issue 388)Jeffrey Walton2017-03-071-8/+11
| | | | | Update comments in rdrand.h Fix compile on CentOS 5 with GCC 4.1
* Removed test define from rdrand.cppJeffrey Walton2017-03-071-3/+0
| | | | The library should use the intrinsics if they are available. This change should have been included with Commit 14d92f9eba81191e.
* Improve performance of RDRAND and RDSEED (Issue 387)Jeffrey Walton2017-03-071-142/+84
|
* Change next version from 5.7 to 6.0Jeffrey Walton2017-02-211-10/+8
| | | | 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 CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-2/+2
| | | | trap.h and CRYPTOPP_ASSERT has existed for over a year in Master. We deferred on the cut-over waiting for a minor version bump (5.7). We have to use it now due to CVE-2016-7420
* Updated documentationJeffrey Walton2016-09-101-0/+5
|
* Update comments for Intel RDRAND circuit and underflowJeffrey Walton2016-06-141-4/+7
|
* Update comment. Whitespace cleanupJeffrey Walton2016-06-141-8/+8
|
* Removed assert from debug buildJeffrey Walton2015-12-311-2/+2
|
* Updated documentation. Added calls to unused functions for coverage ↵Jeffrey Walton2015-12-311-2/+2
| | | | analytcs. Squashed unused variable warning
* Changed retry count for RDRAND and RDSEED. RDSEED appears to fail to fulfill ↵Jeffrey Walton2015-11-291-6/+11
| | | | requests at about 6 to 8 times the rate of RDRAND.
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-3/+3
|
* Revert botched "Crypto++ 5.6.3 check-in". Corruption due to VMware adding ↵Jeffrey Walton2015-11-221-3/+3
| | | | | | garbage to the end of some source files during drag and drop from guest to host. This reverts commit c45435812225aa68d122c7de246e5f60b509766c.
* Crypto++ 5.6.3 check-inJeffrey Walton2015-11-201-3/+3
|
* Additional documentation; fixed issues with Clang integrated assembler and ↵Jeffrey Walton2015-11-191-2/+2
| | | | different versions numbers for LLVM Clang and Apple Clang; fixed missing header in DSA class
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-61/+80
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-0/+167