multi-party-bls icon indicating copy to clipboard operation
multi-party-bls copied to clipboard

Update curv to v0.9

Open survived opened this issue 3 years ago • 0 comments

  • 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 receives t+1 valid partial signatures
  • Fix clippy warnings

survived avatar Nov 15 '21 11:11 survived