pub(crate) fn biguint_from_vec(digits: Vec<u64>) -> BigUint
Creates and initializes a BigUint.
BigUint
The digits are in little-endian base matching BigDigit.
BigDigit