Documentation ¶
Overview ¶
Package dealer implements key generation via a trusted dealer for the protocol [DKLs18](https://eprint.iacr.org/2018/499.pdf). The trusted dealer produces the same output as the corresponding DKG protocol and can be used for signing without additional modifications. Note that running actual DKG is ALWAYS recommended over a trusted dealer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateAndDeal ¶
GenerationAndDeal produces private key material for alice and bob which they can later use in signing. Running actual DKG is ALWAYS recommended over using this function, as this function breaks the security guarantees of DKG. only use this function if you have a very good reason to.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.