diff options
author | lloyd <[email protected]> | 2008-09-28 17:01:15 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-28 17:01:15 +0000 |
commit | b677f899b4175dfb1e8910e219ade760cd716d95 (patch) | |
tree | 54a655dcd5c726537b549a68b1556f3c89fad513 /modules/hash/ripemd160/modinfo.txt | |
parent | 722c92122487850e974a14b5e4b90be4b952a6da (diff) |
Modularize hashes and checksums
Diffstat (limited to 'modules/hash/ripemd160/modinfo.txt')
-rw-r--r-- | modules/hash/ripemd160/modinfo.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/hash/ripemd160/modinfo.txt b/modules/hash/ripemd160/modinfo.txt new file mode 100644 index 000000000..a9b204e53 --- /dev/null +++ b/modules/hash/ripemd160/modinfo.txt @@ -0,0 +1,10 @@ +realname "RIPEMD-160" + +define RIPEMD160 + +load_on auto + +<add> +rmd160.cpp +rmd160.h +</add> |