Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deno-libs/miller_rabin

Modern rewrite of miller-rabin
https://github.com/deno-libs/miller_rabin

crypto crypto-js miller-rabin miller-rabin-algorithm

Last synced: 11 days ago
JSON representation

Modern rewrite of miller-rabin

Awesome Lists containing this project

README

        

# miller_rabin

[![GitHub Workflow Status][gh-actions-img]][github-actions]
[![Coverage][cov-badge]][cov] [![][docs-badge]][docs] [![][code-quality-img]][code-quality]

Modern rewrite of [miller-rabin](https://github.com/indutny/miller-rabin).

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

const md = new MillerRabin()
```

[docs-badge]: https://img.shields.io/github/v/release/deno-libs/miller_rabin?label=Docs&logo=deno&style=for-the-badge&color=black
[docs]: https://doc.deno.land/https/deno.land/x/miller_rabin/mod.ts
[gh-actions-img]: https://img.shields.io/github/workflow/status/deno-libs/miller_rabin/CI?style=for-the-badge&logo=github&label=&color=black
[cov]: https://coveralls.io/github/deno-libs/miller_rabin
[github-actions]: https://github.com/deno-libs/miller_rabin/actions
[cov-badge]: https://img.shields.io/coveralls/github/deno-libs/miller_rabin?style=for-the-badge&color=black
[code-quality-img]: https://img.shields.io/codefactor/grade/github/deno-libs/miller_rabin?style=for-the-badge&color=black&a
[code-quality]: https://www.codefactor.io/repository/github/deno-libs/miller_rabin