indutny/elliptic
Fast Elliptic Curve Cryptography in plain javascript observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4516
- days_rel: n/a
- days_push: 658
- n_releases_24m: 0
Adoption not part of the score
1764 stars · 520 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A fast, pure-JavaScript implementation of elliptic curve cryptography supporting ECDSA signing/verification, ECDH key exchange, and EdDSA. It runs in Node.js and browsers without native dependencies.
Use cases
- sign and verify messages with ECDSA in JavaScript
- generate elliptic curve key pairs in the browser
- perform ECDH key agreement in Node.js
- implement blockchain transaction signing with secp256k1
- add ECC to a JavaScript app without native modules
When to choose
- you need elliptic curve crypto in pure JavaScript with no native dependencies
- you need secp256k1 or other common curves in Node or the browser
- you need Ed25519/EdDSA support in JavaScript
When to avoid
- you can use the built-in Node.js crypto module or WebCrypto for better performance and security
- you need audited, side-channel-resistant cryptography for high-security production use
- you need RSA or symmetric encryption
Facets
library · maturity maintenance
cryptography security security developer-tools browser ecc ecdsa ecdh secp256k1 elliptic-curves pure-javascript nodejs javascript
2 sources
- readme: https://github.com/indutny/elliptic · fetched 2026-08-28 · 638061bf1550
- registry_npm: https://registry.npmjs.org/elliptic · fetched 2026-08-29 · 55adbffb611c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| indutny/elliptic | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="indutny/elliptic")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem