Expand description

Security level of CGGMP DKG protocol

Security level is defined as set of parameters in the CGGMP paper. Higher security level gives more security but makes protocol execution slower.

We provide a predefined default SecurityLevel128.

You can define your own security level using macro define_security_level. Be sure that you properly analyzed the CGGMP paper and you understand implications. Inconsistent security level may cause unexpected unverbose runtime error or reduced security of the protocol.

Macros§

Structs§

Traits§