aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash
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/hash
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/hash')
-rw-r--r--src/hash/mdx_hash/modinfo.txt10
-rw-r--r--src/hash/sha1_amd64/modinfo.txt27
2 files changed, 37 insertions, 0 deletions
diff --git a/src/hash/mdx_hash/modinfo.txt b/src/hash/mdx_hash/modinfo.txt
new file mode 100644
index 000000000..106a99303
--- /dev/null
+++ b/src/hash/mdx_hash/modinfo.txt
@@ -0,0 +1,10 @@
+realname "MDx Hash Base"
+
+define MDX_HASH_FUNCTION
+
+load_on auto
+
+<add>
+mdx_hash.cpp
+mdx_hash.h
+</add>
diff --git a/src/hash/sha1_amd64/modinfo.txt b/src/hash/sha1_amd64/modinfo.txt
new file mode 100644
index 000000000..405b78343
--- /dev/null
+++ b/src/hash/sha1_amd64/modinfo.txt
@@ -0,0 +1,27 @@
+realname "SHA-1 (x86-64 assembler)"
+
+load_on request
+
+<add>
+sha160.cpp
+asm_macr.h
+sha1_asm.S
+</add>
+
+<arch>
+amd64
+</arch>
+
+<cc>
+gcc
+icc
+</cc>
+
+# ELF systems
+<os>
+linux
+freebsd
+netbsd
+openbsd
+solaris
+</os>