aboutsummaryrefslogtreecommitdiffstats
path: root/include/mp_core.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-08-19 12:42:23 +0000
committerlloyd <[email protected]>2006-08-19 12:42:23 +0000
commit70db176e715f4fc143ccd1ff75984fdf7c0845cd (patch)
tree792d75d784f60de69e0013856289630c0833a19b /include/mp_core.h
parentf119968c6465a0d1b953e209f6e3db180a46883c (diff)
Move bigint_simple_mul into mp_mul.cpp, since that is the only place it
was used. Make a variant of bigint_simple_mul, bigint_simple_sqr, for mp_sqr.cpp
Diffstat (limited to 'include/mp_core.h')
-rw-r--r--include/mp_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mp_core.h b/include/mp_core.h
index d5e9cbe1b..8062ba845 100644
--- a/include/mp_core.h
+++ b/include/mp_core.h
@@ -44,8 +44,6 @@ word bigint_mul_add_words(word[], const word[], u32bit, word);
void bigint_linmul2(word[], u32bit, word);
void bigint_linmul3(word[], const word[], u32bit, word);
-
-void bigint_simple_mul(word[], const word[], u32bit, const word[], u32bit);
void bigint_linmul_add(word[], u32bit, const word[], u32bit, word);
/*************************************************