Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidatePluginConfig ¶
func ValidatePluginConfig(config PluginConfig, dkgSignKs keystore.DKGSign, dkgEncryptKs keystore.DKGEncrypt) error
ValidatePluginConfig validates that the given DKG plugin configuration is correct.
Types ¶
type PluginConfig ¶
type PluginConfig struct { EncryptionPublicKey string `json:"encryptionPublicKey"` SigningPublicKey string `json:"signingPublicKey"` KeyID string `json:"keyID"` }
PluginConfig contains custom arguments for the DKG plugin.
Click to show internal directories.
Click to hide internal directories.