github bnb-chain/tss-lib v1.1.1
Assorted fixes for ECDSA

latest releases: v3.0.0, v2.0.2, v2.0.1...
6 years ago

This bug fix release addresses these issues in the ECDSA protocols:

In signing and re-sharing:

  • The input "save data" is now copied and filtered locally during signing and re-sharing to handle a non-contiguous or non-zero indexed set of participants from keygen. Commit: 51d3031
  • The unit tests for signing and re-sharing are now using a random set of participants from the keygen fixtures to verify the above fix. Commit: a110668

In re-sharing only:

  • The re-sharing protocol now uses two save data structs named input and save for code clarity. Commit: 129ebae

For all ECDSA protocols:

  • Add a handled short-circuit to prevent causing a panic when calling WaitingFor or WrapError on a non-started Party. Issue: #82 Commit: 4fcd04b

There have been no changes made to the public API.

Don't miss a new tss-lib release

NewReleases is sending notifications on new releases.