Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Signature proposal UsernameMinLength = 3 UsernameMaxLength = 150 ParticipantPubKeyMinLength = 10 DkgPubKeyMinLength = 10 SignatureProposalSigningThresholdMinCount = 2 ParticipantsMinCount = 2 SignatureProposalConfirmationDeadline = time.Hour * 24 * 7 // DKG DkgConfirmationDeadline = time.Hour * 24 * 7 // Signing SigningConfirmationDeadline = time.Hour * 24 * 7 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.