-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Description
The UC security modelling in https://eprint.iacr.org/2021/916.pdf makes use of a PartyId.
Clarify how registration happens and the role of PartyId.
- KeyReg initialization should take a list of valid party IDs, or create them itself. PartyId is currently used as an index into the Merkle Tree as well as a global identifier for each party. The former could be chosen by
KeyRegwhile the latter could be a hash of the public key. - Address maliciously chosen PartyIds by ensuring the public keys are unique.
Metadata
Metadata
Assignees
Labels
No labels