Skip to main content

Module keygen

Module keygen 

Source
Expand description

Threshold and non-threshold CGGMP24 DKG

Modules§

msg
MPC network messages

Structs§

GenericKeygenBuilder
Key generation entry point with choice for threshold or non-threshold variant
KeygenError
Keygen protocol error
NonThreshold
Indicates non-threshold DKG
WithThreshold
Indicates threshold DKG

Enums§

NonThresholdMsg
Message of key generation protocol
ThresholdMsg
Message of key generation protocol

Type Aliases§

KeygenBuilder
Key generation entry point. You can call set_threshold to make it into a threshold DKG
ThresholdKeygenBuilder
Threshold keygen builder