kmackay/micro-ecc
ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 4868
- days_rel: n/a
- days_push: 657
- n_releases_24m: 0
Adoption not part of the score
1432 stars · 511 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A small, fast C library implementing ECDH key exchange and ECDSA signatures for 8-bit, 32-bit, and 64-bit processors, with optional inline assembly for AVR, ARM, and Thumb. It uses no dynamic memory allocation, resists known side-channel attacks, and supports five standard NIST/SEC curves.
Use cases
- add elliptic curve cryptography to an Arduino or AVR microcontroller project
- implement ECDH key exchange on an embedded device with limited memory
- verify ECDSA signatures on an 8-bit or 32-bit microcontroller
- secure IoT device communication without dynamic memory allocation
- use secp256r1 or secp256k1 in a bare-metal C project
- add side-channel-resistant public-key crypto to firmware
When to choose
- you need ECDH or ECDSA on resource-constrained embedded hardware
- you want a tiny, dependency-free C library with no heap usage
- you target AVR, ARM, or Thumb platforms and want optimized assembly
- you need side-channel-resistant elliptic curve operations
When to avoid
- you need RSA or other non-elliptic-curve cryptography
- you want a full TLS stack rather than raw ECDH/ECDSA primitives
- you need curves beyond the five supported ones
- you prefer a high-level managed-language crypto library
Facets
library · maturity maintenance
cryptography security embedded security embedded-systems privacy embedded cpp c cross-platform iot ecc ecdh ecdsa elliptic-curve arduino microcontroller no-dynamic-allocation side-channel-resistant
1 source
- readme: https://github.com/kmackay/micro-ecc · fetched 2026-08-28 · 6dc943ae31e3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kmackay/micro-ecc | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="kmackay/micro-ecc")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem