Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:digit

5975    /** Bits per digit, amount of bits must fit in an unsigned long */
6023 /** get digit n
6025 @param n The number of the digit to fetch
6026 @return The bits_per_digit sized n'th digit of a
6127 (single digit of upto bits_per_digit in length)
6144 (single digit of upto bits_per_digit in length)
6153 (single digit of upto bits_per_digit in length)
6162 (single digit of upto bits_per_digit in length)
6244 @param b The destination for the reduction digit
6404 The digit routines (including functions with the \textit{i} suffix) use a \textit{unsigned long} to represent the digit. If your internal digit is larger than this you must
6405 then partition your digits. Normally this does not matter as \textit{unsigned long} will be the same size as your register size. Note that if your digit is smaller