exportFullPrivateKey

suspend fun exportFullPrivateKey(roomUuid: RoomUUID, secretShare: ExportableEd25519SecretShare, toExportID: String): ByteArray?

Exports a full exportable Ed25519 private key.

Combines secret shares to export the full private key to a single party. Requires threshold number of parties to participate.

Return

The full private key as a hex string for the receiving party, null for other parties

Parameters

roomUuid

The UUID of the export room

secretShare

The secret share of the party participating in the export

toExportID

The exportID of the party that will receive the private key