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 ¶
GetLocalPeerID return the local peer
Click to show internal directories.
Click to hide internal directories.