summaryrefslogtreecommitdiff
path: root/modules/crypto/gc-pbkdf2
diff options
context:
space:
mode:
Diffstat (limited to 'modules/crypto/gc-pbkdf2')
-rw-r--r--modules/crypto/gc-pbkdf222
1 files changed, 22 insertions, 0 deletions
diff --git a/modules/crypto/gc-pbkdf2 b/modules/crypto/gc-pbkdf2
new file mode 100644
index 0000000000..47b61015e0
--- /dev/null
+++ b/modules/crypto/gc-pbkdf2
@@ -0,0 +1,22 @@
+Description:
+Password-Based Key Derivation Function according to PKCS#5/RFC2898
+
+Files:
+lib/gc-pbkdf2.c
+
+Depends-on:
+crypto/gc
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += gc-pbkdf2.c
+
+Include:
+"gc.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+Simon Josefsson