diff options
author | lloyd <[email protected]> | 2010-08-17 16:55:33 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-08-17 16:55:33 +0000 |
commit | 19890d2b8f0aa5da8f29353228c29100d7e62bf0 (patch) | |
tree | 2f8de30e799453bd3edcb04205408a874cba88ce /src/pbkdf | |
parent | 7777019a00df754e5e61f8d26af86014a02f8f92 (diff) |
Correct Doxygen comment
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) */ |