Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EncKeyshareSet ¶ added in v0.7.1
type EncKeyshareSet = v1types.EncKeyshareSet
type KeyShareCollection ¶ added in v0.7.1
type KeyShareCollection = v0types.KeyShareCollection
func GenerateV0 ¶ added in v0.7.1
The function GenerateV0 generates a collection of key shares with a given prefix, count, and coin type.
type KeyshareSet ¶ added in v0.7.1
type KeyshareSet = v1types.KeyshareSet
func KeygenV1 ¶ added in v0.7.1
func KeygenV1() (KeyshareSet, error)
The function KeygenV1 generates a keyshare set.
func NewKSS ¶ added in v0.7.1
func NewKSS(pub *KeyshareV1, priv *KeyshareV1) KeyshareSet
NewKSS creates a new keyshare set from a list of keyshares.
type KeyshareV0 ¶ added in v0.7.1
type KeyshareV1 ¶ added in v0.7.1
func GenerateV2 ¶ added in v0.7.1
GenerateV2 generates a new account with a given ID.
Click to show internal directories.
Click to hide internal directories.