diff options
author | lloyd <[email protected]> | 2006-08-19 12:23:50 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-08-19 12:23:50 +0000 |
commit | d6ff613df191d078ecb3175a20710d013bcfd3a5 (patch) | |
tree | f6a8e546068141298b71470a4fcaaced3e7b12fc /modules/alg_ia32/modinfo.txt | |
parent | 3dbff1820b79f8bf2a9ade41d2f30e73ce8d9f90 (diff) |
Move Montgomery reduction algorithm into mp_asm.cpp
Move the inner-most loop of Montgomery into bigint_mul_add_words, in
mp_muladd.cpp
Use bigint_mul_add_words for the inner loop of bigint_simple_multiply
Move the compare/subtract at the end of the Montomgery algorithm into
bigint_monty_redc
Diffstat (limited to 'modules/alg_ia32/modinfo.txt')
-rw-r--r-- | modules/alg_ia32/modinfo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/alg_ia32/modinfo.txt b/modules/alg_ia32/modinfo.txt index 285137fda..ccba743e3 100644 --- a/modules/alg_ia32/modinfo.txt +++ b/modules/alg_ia32/modinfo.txt @@ -4,7 +4,7 @@ replace_file md4.cpp replace_file md5.cpp replace_file sha160.cpp replace_file serpent.cpp -replace_file mp_monty.cpp +ignore_file mp_mulladd.cpp add_file asm_macr.h |