Description
Adds prime-number generation and factorization helpers for Ruby. It is useful for mathematical programs, educational examples, algorithms, and tests that need number-theory operations.
Number-theory helpers are not automatically suitable for cryptography. Use audited cryptographic libraries for security-sensitive key generation or primality checks.