Go to Latest
function checkPrime
import { checkPrime } from "https://dotland.deno.dev/std@0.177.0/node/internal/crypto/random.ts";

Parameters

candidate: LargeNumberLike
callback: (err: Error | null, result: boolean) => void

Parameters

candidate: LargeNumberLike
callback: (err: Error | null, result: boolean) => void