reshareRemainingParty

Reshares an exportable Ed25519 key for a remaining party.

WARNING: Key resharing is an advanced feature. Incorrect usage might compromise private key security. Developers must ensure that at least (n - t + 1) parties of the t-of-n signing quorum delete their current shares before using the reshared key.

This method is used by a remaining party (one that already has a key share) to receive a new key share in the new threshold-of-numParties quorum.

Return

Pair of public key as a ByteArray and secret share as a String

Parameters

roomUuid

The UUID of the reshare room

newThreshold

The threshold of the new quorum (value in range 1..65535)

secretShare

The secret share of the party in the existing quorum

keygenIds

The keygenIds of all parties that will be part of the new quorum