boltlabs-inc / tss-ecdsa

An implementation of a threshold ECDSA signature scheme
Other
11 stars 5 forks source link

Add noninteractive signing to public API #497

Closed marsella closed 11 months ago

marsella commented 11 months ago

Closes #494

This adds non-interactive signing to the public API, and paves the way to removing the non-protocol-correct DIY-signing. As in #493, the code changes are minimal; the changes to the tests and docs are more significant.