Versions in this module Expand all Collapse all v1 v1.0.3 Nov 11, 2024 Changes in this version + type TssKey struct + func NewTssKey(shareI *big.Int, publicKey *curves.ECPoint, chaincode string) (*TssKey, error) + func (tssKey *TssKey) NewChildKey(childIdx uint32) (*TssKey, error) + func (tssKey *TssKey) PrivateKeyOffset() *big.Int + func (tssKey *TssKey) PublicKey() *curves.ECPoint + func (tssKey *TssKey) ShareI() *big.Int