tss

package
v0.0.0-...-289439a Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2022 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server interface {
	Start() error
	Stop()
	GetLocalPeerID() string
	Keygen(req keygen.Request) (keygen.Response, error)
	KeySign(req keysign.Request) (keysign.Response, error)
}

Server define the necessary functionality should be provide by a TSS Server implementation

type TssServer

type TssServer struct {
	// contains filtered or unexported fields
}

TssServer is the structure that can provide all keysign and key gen features

func NewTss

func NewTss(
	comm *p2p.Communication,
	priKey tcrypto.PrivKey,
	baseFolder string,
	conf common.TssConfig,
	preParams *bkeygen.LocalPreParams,
) (*TssServer, error)

NewTss create a new instance of Tss

func (*TssServer) GetLocalPeerID

func (t *TssServer) GetLocalPeerID() string

GetLocalPeerID return the local peer

func (*TssServer) KeySign

func (t *TssServer) KeySign(req keysign.Request) (keysign.Response, error)

func (*TssServer) Keygen

func (t *TssServer) Keygen(req keygen.Request) (keygen.Response, error)

func (*TssServer) Start

func (t *TssServer) Start() error

Start Tss server

func (*TssServer) Stop

func (t *TssServer) Stop()

Stop Tss server

Jump to

Keyboard shortcuts

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