From 57a35a6896c85df0d0466f3a99c8c54d12c4c2ba Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 29 Mar 2018 23:23:37 -0400 Subject: [PATCH] Update documentation --- cryptlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptlib.h b/cryptlib.h index 3b143799..0dda190f 100644 --- a/cryptlib.h +++ b/cryptlib.h @@ -1456,7 +1456,7 @@ public: /// a secret seed and other parameters. Each class that derives from KeyDerivationFunction /// provides an overload that accepts most parameters used by the derivation function. /// \details the number of iterations performed by DeriveKey() may be 1. For example, a - // scheme like HKDF does not use the iteration count so it returns 1. + /// scheme like HKDF does not use the iteration count so it returns 1. virtual size_t DeriveKey(byte *derived, size_t derivedLen, const byte *secret, size_t secretLen, const NameValuePairs& params = g_nullNameValuePairs) const =0; /// \brief Set or change parameters