aboutsummaryrefslogtreecommitdiffstats
path: root/src/kdf
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-28 21:16:31 +0000
committerlloyd <[email protected]>2008-09-28 21:16:31 +0000
commit9ebc60c266c37722e83ca7482f1516fc3e8bf6d3 (patch)
tree8328dfeaa564a552e00a5d07234e37d0e303f157 /src/kdf
parent98ef58194ce6b954b44acfa218c1aa49c6234aad (diff)
Modularize IF family PK algorithms (integer factorization; RSA and RW base
class). Add many missing modinfo.txts that I had not checked in. Oops.
Diffstat (limited to 'src/kdf')
-rw-r--r--src/kdf/mgf1/modinfo.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/kdf/mgf1/modinfo.txt b/src/kdf/mgf1/modinfo.txt
new file mode 100644
index 000000000..03abec0ac
--- /dev/null
+++ b/src/kdf/mgf1/modinfo.txt
@@ -0,0 +1,10 @@
+realname "MGF1"
+
+define MGF1
+
+load_on auto
+
+<add>
+mgf1.h
+mgf1.cpp
+</add>