Package dkg is intended to contain implementations of distributed key generation (DKG) protocols.
Besides the DKG protocol we introduced in github.com/keyzon-technologies/kryptology/pkg/tecdsa/README.md, currently
package dkg contains the following distributed key generation implementations.
Gennaro DKG: an adapted version [overleaf] of
DKG by Gennaro et al. [GennaroDKG]. (We call it
GennaroDKG for convenience in the following context.)