num::bigint

Type Alias DoubleBigDigit

Source
pub type DoubleBigDigit = u64;
Expand description

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