Module

std/node/crypto.ts>checkPrime

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

Parameters

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

Parameters

candidate: LargeNumberLike
callback: (err: Error | null, result: boolean) => void
import checkPrime
import { checkPrime } from "https://dotland.deno.dev/std@0.177.0/node/crypto.ts";