Skip to content

Commit bde40c4

Browse files
authored
Merge pull request #421 from libtom/doc-fix
manual: don't mention obsolete MP_DIV_SMALL
2 parents baabf56 + 2122b51 commit bde40c4

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

doc/bn.tex

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ \subsection{Testing}
271271
numbers it was working with.
272272

273273
\section{Build Configuration}
274-
LibTomMath can configured at build time in three phases we shall call ``depends'', ``tweaks'' and
274+
LibTomMath can configured at build time in two phases we shall call ``depends'' and
275275
``trims''. Each phase changes how the library is built and they are applied one after another
276276
respectively.
277277

@@ -298,22 +298,6 @@ \subsection{Build Depends}
298298
includes itself twice). This is to help resolve as many dependencies as possible. In the last pass
299299
the symbol \texttt{LTM\_LAST} will be defined. This is useful for ``trims''.
300300

301-
\subsection{Build Tweaks}
302-
A tweak is an algorithm ``alternative''. For example, to provide tradeoffs (usually between size
303-
and space).
304-
They can be enabled at any pass of the configuration phase.
305-
306-
\begin{small}
307-
\begin{center}
308-
\begin{tabular}{|l|l|}
309-
\hline \textbf{Define} & \textbf{Purpose} \\
310-
\hline MP\_DIV\_SMALL & Enables a slower, smaller and equally \\
311-
& functional mp\_div() function \\
312-
\hline
313-
\end{tabular}
314-
\end{center}
315-
\end{small}
316-
317301
\subsection{Build Trims}
318302
A trim is a manner of removing functionality from a function that is not required. For instance,
319303
to perform RSA cryptography you only require exponentiation with odd moduli so even moduli support

0 commit comments

Comments
 (0)