Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.14 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.14 KB

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