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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mp_core.h b/include/mp_core.h
index fd489a561..77e43690a 100644
--- a/include/mp_core.h
+++ b/include/mp_core.h
@@ -47,9 +47,9 @@ void bigint_simple_mul(word[], const word[], u32bit, const word[], u32bit);
void bigint_linmul_add(word[], u32bit, const word[], u32bit, word);
/*************************************************
-* Modular Reduction *
+* Montgomery Reduction *
*************************************************/
-void montgomery_reduce(word[], u32bit, const word[], u32bit, word);
+void bigint_monty_redc(word[], u32bit, const word[], u32bit, word);
/*************************************************
* Misc Utility Operations *