Versions in this module Expand all Collapse all v1 v1.5.0 Aug 10, 2023 GO-2023-1867 GO-2023-1867: Replay attacks involving proofs in github.com/bnb-chain/tss-lib v1.3.5 Sep 23, 2022 GO-2023-1732 +3 more GO-2023-1732: Timing attack from non-constant time scalar multiplication in github.com/bnb-chain/tss-lib GO-2023-1733: Timing attack from non-constant time scalar arithmetic in github.com/bnb-chain/tss-lib GO-2023-1867: Replay attacks involving proofs in github.com/bnb-chain/tss-lib GO-2023-1904: Collision of hash values in github.com/bnb-chain/tss-lib Changes in this version + const HardenedKeyStart + const MaxSeedBytes + const MinSeedBytes + const PubKeyBytesLenCompressed + type ExtendedKey struct + ChainCode []byte + ChildIndex uint32 + Depth uint8 + ParentFP []byte + Version []byte + func DeriveChildKey(index uint32, pk *ExtendedKey, curve elliptic.Curve) (*big.Int, *ExtendedKey, error) + func DeriveChildKeyFromHierarchy(indicesHierarchy []uint32, pk *ExtendedKey, mod *big.Int, curve elliptic.Curve) (*big.Int, *ExtendedKey, error) + func NewExtendedKeyFromString(key string, curve elliptic.Curve) (*ExtendedKey, error) + func (k *ExtendedKey) String() string Other modules containing this package github.com/bnb-chain/tss-lib/v2