From 82456515c522fc8765604ad762d5f9baa8b482cb Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 17 Aug 2017 16:56:35 -0400 Subject: Update documentation --- randpool.h | 1 - 1 file changed, 1 deletion(-) (limited to 'randpool.h') 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 -- cgit v1.2.1