axelarnetwork / tofn

A threshold cryptography library in Rust
Apache License 2.0
107 stars 22 forks source link

feat: support for multisig sign #185

Closed ggutoski closed 2 years ago

ggutoski commented 2 years ago

Continue implementing support for naive multisig. This PR implements sign.

Draft status: Quick-and-dirty implementation to establish API for tofnd asap. Lots of TODOs in the code.

ggutoski commented 2 years ago

As discussed, keygen/sign results are now presented in a format that's convenient for tofnd to put into grpc.

ggutoski commented 2 years ago

fixes #183 because we no longer use SigningKey