diff options
Diffstat (limited to 'src/hash/rmd160/info.txt')
-rw-r--r-- | src/hash/rmd160/info.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/hash/rmd160/info.txt b/src/hash/rmd160/info.txt new file mode 100644 index 000000000..af4b5c230 --- /dev/null +++ b/src/hash/rmd160/info.txt @@ -0,0 +1,14 @@ +realname "RIPEMD-160" + +define RIPEMD_160 + +load_on auto + +<add> +rmd160.cpp +rmd160.h +</add> + +<requires> +mdx_hash +</requires> |