aboutsummaryrefslogtreecommitdiffstats
path: root/include/mp_core.h
diff options
context:
space:
mode:
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);
/*************************************************