Skip to main content

miller_rabin

GitHub Workflow Status Coverage

Modern rewrite of miller-rabin.

import { MillerRabin } from 'https://deno.land/x/miller_rabin/mod.ts'

const md = new MillerRabin()