package
1.1.4
Repository: https://github.com/dosnetwork/core.git
Documentation: pkg.go.dev

# Functions

NewDistKeyGenerator returns a DistKeyGenerator out of the suite, the longterm secret key, the list of participants, the threshold t parameter and a given secret.
NewDistKeyGeneratorWithoutSecret simply returns a DistKeyGenerator with an nil secret.
NewPDKG creates a pdkg struct.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
DistKeyGenerator is the struct that runs the DKG protocol.
DistKeyShare holds the share of a distributed key for a participant.
No description provided by the author
Justification holds the Justification from a Dealer as well as the index of the Dealer in question.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

PDKGInterface is a interface for DKG.

# Type aliases

Suite wraps the functionalities needed by the dkg package.