summaryrefslogtreecommitdiff
path: root/rdrand.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-03-11 01:42:06 -0500
committerJeffrey Walton <noloader@gmail.com>2017-03-11 01:42:06 -0500
commit006ca5f8603f0e49af8520d12e4f098795970031 (patch)
treed59f47a1fd0c69b93250c0aef0a3d12971190095 /rdrand.h
parent75a379593d7d94372ccce72a361a6b633bd3360c (diff)
downloadcryptopp-git-006ca5f8603f0e49af8520d12e4f098795970031.tar.gz
Updated documentation
Diffstat (limited to 'rdrand.h')
-rw-r--r--rdrand.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rdrand.h b/rdrand.h
index 0b617538..dba3ad70 100644
--- a/rdrand.h
+++ b/rdrand.h
@@ -54,7 +54,6 @@ public:
virtual ~RDRAND() {}
//! \brief Construct a RDRAND generator
- //! \param retries the number of retries for failed calls to the hardware
//! \details According to DJ of Intel, the Intel RDRAND circuit does not underflow.
//! If it did hypothetically underflow, then it would return 0 for the random value.
//! AMD's RDRAND implementation appears to provide the same behavior except the