Skip to main content

Module security_level

Module security_level 

Source
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§

define_security_level
Defines security level of CGGMP24 DKG protocol

Structs§

SecurityLevel128
128-bits security level
SecurityLevel192
192-bits security level

Traits§

SecurityLevel
Security level of the DKG protocol