summaryrefslogtreecommitdiff
path: root/gnulib/modules/crypto/gc-pbkdf2-sha1
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/crypto/gc-pbkdf2-sha1')
m---------gnulib0
-rw-r--r--gnulib/modules/crypto/gc-pbkdf2-sha123
2 files changed, 23 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/crypto/gc-pbkdf2-sha1 b/gnulib/modules/crypto/gc-pbkdf2-sha1
new file mode 100644
index 0000000..b0cec61
--- /dev/null
+++ b/gnulib/modules/crypto/gc-pbkdf2-sha1
@@ -0,0 +1,23 @@
+Description:
+Password-Based Key Derivation Function according to PKCS#5/RFC2898
+
+Files:
+lib/gc-pbkdf2-sha1.c
+
+Depends-on:
+crypto/gc
+crypto/gc-hmac-sha1
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += gc-pbkdf2-sha1.c
+
+Include:
+"gc.h"
+
+License:
+LGPLv2+
+
+Maintainer:
+Simon Josefsson