A possible prime encoded as a sequence of big endian octets of arbitrary length.
Optional
options: "crypto".CheckPrimeOptionsChecks the primality of the candidate
.
true
if the candidate is a prime with an error probability less than 0.25 ** options.checks
.
A possible prime encoded as a sequence of big endian octets of arbitrary length.
Optional
options: "crypto".CheckPrimeOptionsGenerated using TypeDoc
Checks the primality of the
candidate
.Returns
true
if the candidate is a prime with an error probability less than0.25 ** options.checks
.