multi-party-bls
multi-party-bls copied to clipboard
Update curv to v0.9
- Updates curv to the latest version
- Adds a constructor for LocalKey struct (needed for random-beacon)
- Optimise signing. The party used to await receiving all
n
messages, now the party outputs a signature once it receivest+1
valid partial signatures - Fix clippy warnings