diff options
author | lloyd <[email protected]> | 2006-08-13 16:32:32 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-08-13 16:32:32 +0000 |
commit | 699cbc0696a80e5b51958e0c6abe9fa9044f997c (patch) | |
tree | 2ef0ed8a058f6afd0d151ed0626d5f287b346f83 /modules/alg_ia32/modinfo.txt | |
parent | c9e356261876bcac0cf3104f4a74e8d218c4d400 (diff) |
Add a (working, optimized) x86 version of MD4
Diffstat (limited to 'modules/alg_ia32/modinfo.txt')
-rw-r--r-- | modules/alg_ia32/modinfo.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/modules/alg_ia32/modinfo.txt b/modules/alg_ia32/modinfo.txt index 7d30fb624..5864c574c 100644 --- a/modules/alg_ia32/modinfo.txt +++ b/modules/alg_ia32/modinfo.txt @@ -1,11 +1,14 @@ realname "Algorithm x86 Assembler" -replace_file sha160.cpp +replace_file md4.cpp replace_file md5.cpp +replace_file sha160.cpp add_file asm_macr.h -add_file sha1core.S + +add_file md4core.S add_file md5core.S +add_file sha1core.S <arch> ia32 |