Home | History | Annotate | Download | only in libtommath

Lines Matching refs:exponentiation

196 RSA cryptography you only require exponentiation with odd moduli so even moduli support can be safely removed.  
205 \hline Exponentiation with odd moduli only & BN\_S\_MP\_EXPTMOD\_C \\
210 \hline Exponentiation with random odd moduli & (The above plus the following) \\
271 \hline Five modular reduction algorithms & X & & Faster modular exponentiation for a variety of moduli. \\
1287 Note that one of the four optimized reduction algorithms are automatically chosen in the modular exponentiation
1547 \chapter{Exponentiation}
1548 \section{Single Digit Exponentiation}
1556 \section{Modular Exponentiation}
1566 This function is actually a shell around the two internal exponentiation functions. This routine will automatically
1567 detect when Barrett, Montgomery, Restricted and Unrestricted Dimminished Radix based exponentiation can be used. Generally