summaryrefslogtreecommitdiff
path: root/pwdbased.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-03-31 20:09:38 -0400
committerGitHub <noreply@github.com>2018-03-31 20:09:38 -0400
commit64d02e3a18ab253ca7ee2a508a453ba85e9184b6 (patch)
tree6a5bb676b246999b86b490606cea5e41f2a9e5db /pwdbased.h
parent8d81492f88fdcf755f7d7493c8eddaa6d159b052 (diff)
downloadcryptopp-git-64d02e3a18ab253ca7ee2a508a453ba85e9184b6.tar.gz
Add scrypt key derivation function (GH #613, PR #626)
Diffstat (limited to 'pwdbased.h')
-rw-r--r--pwdbased.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pwdbased.h b/pwdbased.h
index 499d932a..06a4b025 100644
--- a/pwdbased.h
+++ b/pwdbased.h
@@ -11,6 +11,7 @@
#include "cryptlib.h"
#include "hrtimer.h"
#include "integer.h"
+#include "argnames.h"
#include "hmac.h"
NAMESPACE_BEGIN(CryptoPP)