In particular what I need are the fast implementations of:
- The Nth prime number.
- Prime Omega and/or Mobius function.
- Works with some type of BigInt.
- Primorial.
- Divisors of N.
- Extended GCD algorithm.
They don't have to be the state-of-the art, but it would be nice if they didn't simply do the bruteforce algorithm everywhere.