deno-libs / miller_rabin

Modern rewrite of miller-rabin

Home Page:https://deno.land/x/miller_rabin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()

About

Modern rewrite of miller-rabin

https://deno.land/x/miller_rabin


Languages

Language:TypeScript 100.0%