client

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: AGPL-3.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Dkg

func Dkg(host, authData string) (*tss.DkgResult, error)

Dkg performs the full dkg process on the client side Requires authData (to confirm authorization and identify user) and host

func Identify

func Identify(host, authData string) (string, error)

Identify gets the userId from the server (which then interacts with the auth provider) based on authData (session, access token, etc) Requires authData (to confirm authorization and identify user) and host

func Sign

func Sign(host string, message []byte, dkgResultStr string, authData string) (*tss.Signature, error)

Dkg performs the full signing process on the client side Requires the message to be signed, the dkgResult (i.e. client-side of wallet), authData (to confirm authorization and identify user) and host

Types

This section is empty.

Directories

Path Synopsis
web

Jump to

Keyboard shortcuts

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