From 70db176e715f4fc143ccd1ff75984fdf7c0845cd Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 19 Aug 2006 12:42:23 +0000 Subject: 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 --- include/mp_core.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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); /************************************************* -- cgit v1.2.3