dealer

package
v1.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 11, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

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

func GenerateAndDeal(curve *curves.Curve) (*dkg.AliceOutput, *dkg.BobOutput, error)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL