ZenGo-X / multi-party-ecdsa

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

Is the RFC 6979 can be supported? #207

Open 7kms opened 1 year ago

7kms commented 1 year ago

the keygen of the individual party doesn't satisfy rfc6979 is there anyway to add this feature feasible?

ThantZin-develope commented 1 year ago

This is exactly the request I'ld like to ask.

TristanSchorn commented 3 months ago

Bumping this one, it's quite important. Without RFC-6979 compliance, signatures are non-deterministic. And a number of dapps utilize RFC-6979 compliant determinism.

https://datatracker.ietf.org/doc/html/rfc6979