Performs the second part of the refresh procedure for the
participant holding the given SecretPackage, given the received
round1::Packages received from the other participants.
round1Packages maps the identifier of each other participant to the
Package they sent to the current participant (the owner of
secretPackage). These identifiers must come from whatever mapping the
participant has between communication channels and participants, i.e. they
must have assurance that the Package came from the participant
with that identifier.
It returns the SecretPackage that must be kept in memory by the
participant for the final step, and the map of Packages that
must be sent to each other participant who has the given identifier in the
map key.
Performs the second part of the refresh procedure for the participant holding the given SecretPackage, given the received round1::Packages received from the other participants.
round1Packagesmaps the identifier of each other participant to the Package they sent to the current participant (the owner ofsecretPackage). These identifiers must come from whatever mapping the participant has between communication channels and participants, i.e. they must have assurance that the Package came from the participant with that identifier.It returns the SecretPackage that must be kept in memory by the participant for the final step, and the map of Packages that must be sent to each other participant who has the given identifier in the map key.