function checkPrimeSync
Usage
import { checkPrimeSync } from "node:crypto";
Checks the primality of the candidate.
candidate: LargeNumberLike
A possible prime encoded as a sequence of big endian octets of arbitrary length.
optional
options: CheckPrimeOptions