diff options
author | lloyd <[email protected]> | 2012-07-09 19:45:46 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-07-09 19:45:46 +0000 |
commit | 0dffe4ce78737a8d2d2861621705728c2b08c279 (patch) | |
tree | 679ab6d0df25a5ea329a4c98eadc51851d34d167 /src/pbe | |
parent | e20279e07b37f9cff036b6e4bd6e11532de0f363 (diff) |
More Doxygen warning fixes
Diffstat (limited to 'src/pbe')
-rw-r--r-- | src/pbe/pbes1/pbes1.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pbe/pbes1/pbes1.h b/src/pbe/pbes1/pbes1.h index 0c921dadd..dd09cee20 100644 --- a/src/pbe/pbes1/pbes1.h +++ b/src/pbe/pbes1/pbes1.h @@ -34,6 +34,9 @@ class BOTAN_DLL PBE_PKCS5v15 : public PBE /** * @param cipher the block cipher to use (DES or RC2) * @param hash the hash function to use + * @param passphrase the passphrase to use + * @param msec how many milliseconds to run the PBKDF + * @param rng a random number generator */ PBE_PKCS5v15(BlockCipher* cipher, HashFunction* hash, |