Skip to content

Bug fix for EdDSA

Compare
Choose a tag to compare
@notatestuser notatestuser released this 08 May 12:27
· 92 commits to master since this release
e860e36

This release fixes a minor issue in the EdDSA resharing code:

  • The error any: message type "" isn't linked in was being caused by an unregistered Protobuf message type DGRound4Message used only in EdDSA resharing. The message type has been registered properly.

There have been no changes made to the public API.