From 8cb2b5e216a7f7e57818f334bee86035078f5ac9 Mon Sep 17 00:00:00 2001 From: czurnieden Date: Tue, 22 May 2018 01:03:37 +0200 Subject: [PATCH] Updated documentation to reflect the sudden disappearance of mp_mul_si() --- doc/bn.tex | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/bn.tex b/doc/bn.tex index 4d12a83..65e5268 100644 --- a/doc/bn.tex +++ b/doc/bn.tex @@ -2133,11 +2133,6 @@ These work like the full mp\_int capable variants except the second parameter $b functions fairly handy if you have to work with relatively small numbers since you will not have to allocate an entire mp\_int to store a number like $1$ or $2$. -\index{mp\_mul\_si} -\begin{alltt} -int mp_mul_si(mp_int *a, long b, mp_int *c); -\end{alltt} -Just like the functions above but with the ability to use a signed input as the small number. The division by three can be made faster by replacing the division with a multiplication by the multiplicative inverse of three. @@ -2243,7 +2238,6 @@ Other macros which are either shortcuts to normal functions or just other names \end{alltt} - \input{bn.ind} \end{document}