Constants
Functions
Split one DoubleBigDigit
into two BigDigit
s.
Join two BigDigit
s into one DoubleBigDigit
Type Definitions
A BigDigit
is a BigUint
’s composing element.
A DoubleBigDigit
is the internal type used to do the computations. Its
size is the double of the size of BigDigit
.