[][src]Type Definition xaynet::SeedDict

type SeedDict = HashMap<SumParticipantPublicKey, UpdateSeedDict>;

A dictionary created during the update phase of the protocol. The global seed dictionary is built from the local seed dictionaries sent by the update participants. It maps each sum participant to the encrypted masking seeds of all the update participants.