summaryrefslogtreecommitdiff
path: root/randpool.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-12-28 16:44:29 -0500
committerJeffrey Walton <noloader@gmail.com>2020-12-28 16:44:29 -0500
commit3edaf67b345ab803c9a7a743b66c72c42772d23e (patch)
tree705931490385a0e120946099e490bdf12086f840 /randpool.h
parent090a6ddbd283307d203fa23ba0555e51bfa8bf9d (diff)
downloadcryptopp-git-3edaf67b345ab803c9a7a743b66c72c42772d23e.tar.gz
Update comments
Diffstat (limited to 'randpool.h')
-rw-r--r--randpool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/randpool.h b/randpool.h
index 29c93c85..a24b9dbf 100644
--- a/randpool.h
+++ b/randpool.h
@@ -59,7 +59,7 @@ private:
/// \brief Randomness Pool based on PGP 2.6.x with MDC
/// \details If you need the pre-Crypto++ 5.5 generator then use OldRandomPool class. The
-/// OldRandomPool also provides the modern nterface, including <tt>CanIncorporateEntropy</tt>,
+/// OldRandomPool also provides the modern interface, including <tt>CanIncorporateEntropy</tt>,
/// <tt>IncorporateEntropy</tt> and <tt>GenerateIntoBufferedTransformation</tt>.
/// \details You should reseed the generator after a fork() to avoid multiple generators
/// with the same internal state.
@@ -70,7 +70,7 @@ private:
/// random numbers after state rollback. You should migrate away from OldRandomPool at
/// the earliest opportunity.
/// \sa RandomPool, AutoSeededRandomPool, HKDF, P1363_KDF2, PKCS12_PBKDF, PKCS5_PBKDF2_HMAC
-/// \since Crypto++ 6.0 (PGP 2.6.x style)
+/// \since Crypto++ 6.0
class CRYPTOPP_DLL OldRandomPool : public RandomNumberGenerator
{
public: