num_bigint

Module big_digit

Source

Constants§

BASE
BITS
ZERO_BIG_DIGIT

Functions§

from_doublebigdigit
Split one DoubleBigDigit into two BigDigits.
to_doublebigdigit
Join two BigDigits into one DoubleBigDigit

Type Aliases§

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.