Skip to content

Assorted fixes for ECDSA

Compare
Choose a tag to compare
@notatestuser notatestuser released this 27 Dec 14:12
· 115 commits to master since this release

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.