Function biguint_from_bigint

Source
pub fn biguint_from_bigint(a: &BigInt) -> Result<BigUint, &'static str>
Expand description

Generate a BigUint from a positive BigInt