diff options
Diffstat (limited to 'src/pbkdf')
-rw-r--r-- | src/pbkdf/pbkdf.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/pbkdf/pbkdf.h b/src/pbkdf/pbkdf.h index eaad1fca9..675330843 100644 --- a/src/pbkdf/pbkdf.h +++ b/src/pbkdf/pbkdf.h @@ -38,11 +38,10 @@ class BOTAN_DLL PBKDF virtual void clear() {} /** - * Derive a key from a passphrase with this PBKDF object. It will use - * the salt value and number of iterations configured in this object. + * Derive a key from a passphrase * @param output_len the desired length of the key to produce * @param passphrase the password to derive the key from - * @param salt the randomly chosen salt + * @param salt a randomly chosen salt * @param salt_len length of salt in bytes * @param iterations the number of iterations to use (use 10K or more) */ |