mirror of
https://github.com/SwingbyProtocol/tss-lib.git
synced 2026-01-09 13:57:58 -05:00
d2d8728752b024c7b55049057e65c19e9f21af45
[R4R] fix recover byte calculation
Multi-party ECDSA
This project is a Go implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm).
This library includes three protocols:
- Key Generation for creating secret shares.
- Signing for using the secret shares to generate a signature.
- Dynamic Groups to change the group of participants while keeping the secret.
ECDSA is used extensively for crypto-currencies such as Bitcoin, Ethereum (secp256k1 curve), NEO (NIST P-256 curve) and much more. This library can be used to create MultiSig and ThresholdSig crypto wallets.
Resources
Languages
Go
99.7%
Makefile
0.3%