2019-07-30 16:22:35 +08:00
2019-07-30 16:22:35 +08:00
2019-05-16 19:42:04 +08:00
2019-07-30 16:22:35 +08:00
2019-07-30 16:22:35 +08:00
2019-07-03 21:03:30 +08:00
2019-07-02 14:58:40 +08:00

Multi-party ECDSA

This project is a Go implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm).

Threshold ECDSA includes two protocols:

  • Key Generation for creating secret shares.
  • Signing for using the secret shares to generate a signature.

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

https://eprint.iacr.org/2019/114.pdf

Description
No description provided
Readme MIT 6 MiB
Languages
Go 99.7%
Makefile 0.3%