summaryrefslogtreecommitdiff
path: root/randpool.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-08-17 16:56:35 -0400
committerJeffrey Walton <noloader@gmail.com>2017-08-17 16:56:35 -0400
commit82456515c522fc8765604ad762d5f9baa8b482cb (patch)
tree48155faf8b2c2db437ee86892ef5a5931f2ec57f /randpool.h
parente3c8e69ba3f393f6e15067ff62aa76f339c3f40d (diff)
downloadcryptopp-git-82456515c522fc8765604ad762d5f9baa8b482cb.tar.gz
Update documentation
Diffstat (limited to 'randpool.h')
-rw-r--r--randpool.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/randpool.h b/randpool.h
index 20f356c7..248c004f 100644
--- a/randpool.h
+++ b/randpool.h
@@ -69,7 +69,6 @@ private:
//! \deprecated This class uses an old style PGP 2.6.x with MDC. The generator risks reusing
//! random random numbers after state rollback. You should migrate away from OldRandomPool
//! at the earliest opportunity.
-//! HKDF.
//! \sa RandomPool, AutoSeededRandomPool, HKDF, P1363_KDF2, PKCS12_PBKDF, PKCS5_PBKDF2_HMAC
//! \since Crypto++ 6.0 (PGP 2.6.x style)
class CRYPTOPP_DLL OldRandomPool : public RandomNumberGenerator