Constants§
Functions§
- from_
doublebigdigit - Split one
DoubleBigDigit
into twoBigDigit
s. - to_
doublebigdigit - Join two
BigDigit
s into oneDoubleBigDigit
Type Aliases§
- BigDigit
- A
BigDigit
is aBigUint
’s composing element. - Double
BigDigit - A
DoubleBigDigit
is the internal type used to do the computations. Its size is the double of the size ofBigDigit
.