# wasmcurves

> elliptic curves implementations in wasm

Latest version **0.2.2** (published 2023-07-04) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install wasmcurves
pnpm add wasmcurves
yarn add wasmcurves
bun add wasmcurves
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; no esm support; large bundle; pre 1.0.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.2.2 |
| Published | 2023-07-04 |
| First published | 2020-07-07 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 36.1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 16 |
| Author | Jordi Baylina |
| Maintainers | jbaylina |
| Keywords | bigint, bignum, biginteger, zq, elliptic, curve, prime, field |

## Links

- npm: https://www.npmjs.com/package/wasmcurves
- Repository: https://github.com/iden3/wasmcurves
- Homepage: https://github.com/iden3/wasmcurves#readme
- Issues: https://github.com/iden3/wasmcurves/issues
- npm.io page: https://npm.io/package/wasmcurves

## Dependencies (1)

- [wasmbuilder](https://npm.io/package/wasmbuilder.md) 0.0.16

## Alternatives

- [random-seedable](https://npm.io/package/random-seedable.md) — 27.9K weekly downloads
- [n2words](https://npm.io/package/n2words.md) — 22.2K weekly downloads
- [@stdlib/math-base-special-factorialln](https://npm.io/package/@stdlib/math-base-special-factorialln.md) — 5.7K weekly downloads
- [@stdlib/math-base-special-abs2](https://npm.io/package/@stdlib/math-base-special-abs2.md) — 1.7K weekly downloads
- [commons-math-interpolation](https://npm.io/package/commons-math-interpolation.md) — 1.4K weekly downloads

## Recent versions

- 0.2.2 (latest) — 2023-07-04
- 0.2.1 — 2023-05-18
- 0.2.0 — 2022-08-10
- 0.1.5 — 2022-07-15
- 0.1.4 — 2022-07-14
- 0.1.3 — 2022-07-12
- 0.1.2 — 2022-07-12
- 0.1.1 — 2022-06-11
- 0.1.0 — 2021-11-22
- 0.0.14 — 2020-10-23
- 0.0.13 — 2020-10-08
- 0.0.12 — 2020-09-19
- 0.0.11 — 2020-09-13
- 0.0.10 — 2020-09-09
- 0.0.9 — 2020-09-09
- … 6 more at https://npm.io/package/wasmcurves/versions

## README

# wasmcurves

This is a low level implementation of pairing friendly curves.

Currently:

* BN-128
* BLS12-381

To use this curves, I recomend using the package [ffjavascript](https://github.com/iden3/ffjavascript#readme)



## License

wasmcurves is part of the iden3 project copyright 2019 0KIMS association and published with GPL-3 license. Please check the COPYING file for more details.

---
_Source: https://npm.io/package/wasmcurves · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
