Home | History | Annotate | Download | only in libtommath

Lines Matching refs:digit

347 ISO C ``unsigned long'' data type and each digit is $28-$bits long.  The mp\_digit type can be configured to suit other
532 /* we need a 60-digit number */
642 small constant assignment functions. The first function is used to set a single digit constant while the second sets
643 an ISO C style ``unsigned long'' constant. The reason for both functions is efficiency. Setting a single digit is quick but the
644 domain of a digit can change (it's always at least $0 \ldots 127$).
646 \subsection{Single Digit}
648 Setting a single digit can be accomplished with the following function.
683 To set a constant that is the size of an ISO C ``unsigned long'' and larger than a single digit the following function
692 accept a 32-bit input regardless of the size of a single digit. However, since the value may span several digits
754 /* initialize and set a single digit */
921 \subsection{Single Digit}
923 To compare a single digit against an mp\_int the following function has been provided.
1233 considerably less work. For example, a 10000-digit multiplication would take roughly 724,000 single precision
1496 digit shifting and small multiplications. In this case the ``restricted'' variant refers to moduli of the
1548 \section{Single Digit Exponentiation}
1816 \section{Single Digit Functions}