Bug fix for EdDSA
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 typeDGRound4Message
used only in EdDSA resharing. The message type has been registered properly.
There have been no changes made to the public API.