Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/deno-libs/miller_rabin
- Owner: deno-libs
- Created: 2021-09-30T14:50:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-01T17:59:45.000Z (over 3 years ago)
- Last Synced: 2024-12-05T14:40:03.078Z (29 days ago)
- Topics: crypto, crypto-js, miller-rabin, miller-rabin-algorithm
- Language: TypeScript
- Homepage: https://deno.land/x/miller_rabin
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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