summaryrefslogtreecommitdiff
path: root/padlkrng.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-08-25 06:41:24 -0400
committerJeffrey Walton <noloader@gmail.com>2017-08-25 06:41:24 -0400
commit952ec1c5c8834fdf5773d41dbe2b78d3ea4cf7b5 (patch)
tree3c0a95285929b3c2eaedf382a4f26ee3817e1571 /padlkrng.h
parentb3278a3cd290be8ff98876c09ab05cfe2bd06d10 (diff)
downloadcryptopp-git-952ec1c5c8834fdf5773d41dbe2b78d3ea4cf7b5.tar.gz
Update comments
Diffstat (limited to 'padlkrng.h')
-rw-r--r--padlkrng.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/padlkrng.h b/padlkrng.h
index cd70b693..541ae223 100644
--- a/padlkrng.h
+++ b/padlkrng.h
@@ -81,8 +81,8 @@ public:
//! \brief Generate and discard n bytes
//! \param n the number of bytes to generate and discard
- //! \details the RDSEED generator discards words, not bytes. If n is
- //! not a multiple of a machine word, then it is rounded up to
+ //! \details the Padlock generator discards words, not bytes. If n is
+ //! not a multiple of a 32-bit word, then it is rounded up to
//! that size.
virtual void DiscardBytes(size_t n);