pub fn next_prime(n: &BigUint) -> BigUint
Expand description

Calculate the next larger prime, given a starting number n.