diff options
author | lloyd <[email protected]> | 2008-09-28 21:16:31 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-28 21:16:31 +0000 |
commit | 9ebc60c266c37722e83ca7482f1516fc3e8bf6d3 (patch) | |
tree | 8328dfeaa564a552e00a5d07234e37d0e303f157 /src/hash/mdx_hash | |
parent | 98ef58194ce6b954b44acfa218c1aa49c6234aad (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/mdx_hash')
-rw-r--r-- | src/hash/mdx_hash/modinfo.txt | 10 |
1 files changed, 10 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> |