Expand description
Key registration functionality.
Structs§
- Closed
KeyReg - Structure generated out of a closed registration containing the registered parties, total stake, and the merkle tree.
One can only get a global
avk
out of a closed key registration. - KeyReg
- Struct that collects public keys and stakes of parties. Each participant (both the signers and the clerks) need to run their own instance of the key registration.
Type Aliases§
- RegParty
- Stores a registered party with its public key and the associated stake.