File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed
Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ \subsection{Testing}
271271numbers 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
276276respectively.
277277
@@ -298,22 +298,6 @@ \subsection{Build Depends}
298298includes itself twice). This is to help resolve as many dependencies as possible. In the last pass
299299the 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 }
318302A trim is a manner of removing functionality from a function that is not required. For instance,
319303to perform RSA cryptography you only require exponentiation with odd moduli so even moduli support
You can’t perform that action at this time.
0 commit comments