aboutsummaryrefslogtreecommitdiffstats
path: root/src/s2k/pbkdf2/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-26 02:26:59 +0000
committerlloyd <[email protected]>2008-10-26 02:26:59 +0000
commit7c4f004b837ca96894db839c3f04f8f1238947e7 (patch)
treeb112578b686eea603152dc4eb507ef4a0f38037c /src/s2k/pbkdf2/info.txt
parentdea1aa500fd7da2968448677fd628e8a4dddb6fb (diff)
Move s2k.{h,cpp} and S2K algos from core and kdf to new s2k/ dir
Diffstat (limited to 'src/s2k/pbkdf2/info.txt')
-rw-r--r--src/s2k/pbkdf2/info.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/s2k/pbkdf2/info.txt b/src/s2k/pbkdf2/info.txt
new file mode 100644
index 000000000..e51a331c6
--- /dev/null
+++ b/src/s2k/pbkdf2/info.txt
@@ -0,0 +1,10 @@
+realname "Pbkdf2"
+
+define PBKDF2
+
+load_on auto
+
+<add>
+pbkdf2.cpp
+pbkdf2.h
+</add>