Function that generates an array containing prime numbers with given max bit size.
if true, all primes are returned, if false, only primes with bit length of bitLength are returned.
Generated using TypeDoc
Function that generates an array containing prime numbers with given max bit size.
Returns