ggxchain / multi-party-ecdsa

Rust implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm).
GNU General Public License v3.0
0 stars 0 forks source link

Wrap Multichain DKG in FFI #1

Open xcthulhu opened 1 year ago

xcthulhu commented 1 year ago

Description

We need to harden the GG20 implementation to reuse Multichain's implementation.

Definition of "Done"

Distributed key generation and signing should communicate through FFI to Multichain's DKG library.

Suggested Solution

Consider gating the new functionality under a feature flag. See

akorchyn commented 1 year ago

@xcthulhu, hey, you have referenced a particular commit. Is it intentional? Can I use the main?