6 prime - compute prime numbers
21 The B<prime> command checks if the specified numbers are prime.
23 If no numbers are given on the command line, the B<-generate> flag should
24 be used to generate primes according to the requirements specified by the
33 Display an option summary.
41 Generate a prime number.
45 Generate a prime with B<num> bits.
49 When used with B<-generate>, generates a "safe" prime. If the number
50 generated is B<n>, then check that B<(n-1)/2> is also prime.
52 =item [B<-checks num>]
54 Perform the checks B<num> times to see that the generated number
55 is prime. The default is 20.
61 Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
63 Licensed under the OpenSSL license (the "License"). You may not use
64 this file except in compliance with the License. You can obtain a copy
65 in the file LICENSE in the source distribution or at
66 L<https://www.openssl.org/source/license.html>.