diff options
author | Jack Lloyd <[email protected]> | 2018-12-05 11:22:40 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-12-05 11:22:40 -0500 |
commit | 7df693d6208fd499fea5d6748a7fff377851a3ce (patch) | |
tree | 383360a0c1011ea25364082245673efff6dac57b /src/lib/pbkdf | |
parent | 29ca218961972caa8dd2d9f48a1fe4bc9e429109 (diff) |
Fix Doxygen errors [ci skip]
Diffstat (limited to 'src/lib/pbkdf')
-rw-r--r-- | src/lib/pbkdf/scrypt/scrypt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/pbkdf/scrypt/scrypt.h b/src/lib/pbkdf/scrypt/scrypt.h index b5060fa47..83a3b0cca 100644 --- a/src/lib/pbkdf/scrypt/scrypt.h +++ b/src/lib/pbkdf/scrypt/scrypt.h @@ -71,6 +71,7 @@ class BOTAN_PUBLIC_API(2,8) Scrypt_Family final : public PasswordHashFamily * @param output the output will be placed here * @param output_len length of output * @param password the user password +* @param password_len length of password * @param salt the salt * @param salt_len length of salt * @param N the CPU/Memory cost parameter, must be power of 2 |