# ZenGo-X/multi-party-ecdsa

Rust implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm).

Repository: https://github.com/ZenGo-X/multi-party-ecdsa
Canonical: https://ross.abutalabs.com/products/multi-party-ecdsa
Language: Rust
License: GPL-3.0
License Family: copyleft
Topics: ecdsa, multi-party-ecdsa, signature, rust, secret-shares, blockchain, cryptography, cryptocurrency
Last push: 2023-09-14T00:34:45+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2988, "days_push": 1085, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1086, forks 330 (observed 2026-08-28T04:03:32.218111+00:00)

## What it is
A Rust library implementing {t,n}-threshold ECDSA digital signatures using multi-party computation protocols, supporting key generation and distributed signing across multiple protocols. It was built for cryptography engineers to experiment with MPC and threshold signature schemes used in crypto wallets.

## Use cases
- implement threshold ECDSA signing in Rust
- build a multisig or threshold signature crypto wallet
- split an ECDSA private key into secret shares
- experiment with MPC signature protocols like GG19
- sign Bitcoin or Ethereum transactions with distributed keys

## When to choose
- you need a Rust implementation of threshold ECDSA for research or experimentation
- you want to study multiple MPC signing protocols with different security tradeoffs
- you're building a proof-of-concept threshold wallet

## When to avoid
- you need production security updates - the repo is explicitly unmaintained with no fixes
- you want Zengo's production MPC code - use their gotham-city repository instead
- you need a non-Rust language without a wrapper SDK

## Facets
- artifact type: library
- maturity: abandoned
- function: cryptography, security, sdk
- domain: blockchain, security
- platform: rust, cross-platform
- tags: threshold-signatures, ecdsa, mpc, tss, secret-sharing, secp256k1, digital-signatures, cryptography, cryptocurrency

## Member repositories
- ZenGo-X/multi-party-ecdsa (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:32.218111+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:49:31.283349+00:00, confidence not recorded.
  - readme: https://github.com/ZenGo-X/multi-party-ecdsa (fetched 2026-08-28T04:03:32.218111+00:00, sha bcb0cc30cd46)
- Data as of 2026-08-30T08:39:29.467469+00:00.
