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