Module num_bigint::big_digit [] [src]

Constants

BASE
BITS
ZERO_BIG_DIGIT

Functions

from_doublebigdigit

Split one DoubleBigDigit into two BigDigits.

to_doublebigdigit

Join two BigDigits into one DoubleBigDigit

Type Definitions

BigDigit

A BigDigit is a BigUint's composing element.

DoubleBigDigit

A DoubleBigDigit is the internal type used to do the computations. Its size is the double of the size of BigDigit.