[][src]Type Definition xaynet_core::LocalSeedDict

type LocalSeedDict = HashMap<SumParticipantPublicKey, EncryptedMaskSeed>;

Local seed dictionaries are sent by update participants. They contain the participant's masking seed, encrypted with the ephemeral public key of each sum participant.

Trait Implementations

impl FromBytes for LocalSeedDict[src]

impl ToBytes for LocalSeedDict[src]