entropyxyz/crypto-primes

Rename prime finding methods

Opened this issue · 0 comments

The publicly exported methods under the presets module is a bit on the heavy side and when/if we merge #60 it gets worse.

Consider renaming generate_prime_with_rng and generate_safe_prime_with_rng (and the par_* equivalents) to something "lighter".