Documentation ¶
Overview ¶
Copyright ©, 2023-present, Lightspark Group, Inc. - All Rights Reserved
Index ¶
- Constants
- func DecryptPrivateKey(cipherVersion string, encryptedValue string, password string) ([]byte, error)
- func DerivePublicKey(seedHexString string, network lightspark_crypto.BitcoinNetwork, ...) (string, error)
- func ECDH(seedBytes []byte, network lightspark_crypto.BitcoinNetwork, otherPubKey string) (string, error)
- func Sha256HexString(str string) string
Constants ¶
View Source
const KEY_LEN = 32
Variables ¶
This section is empty.
Functions ¶
func DecryptPrivateKey ¶
func DerivePublicKey ¶
func DerivePublicKey(seedHexString string, network lightspark_crypto.BitcoinNetwork, derivationPath string) (string, error)
func ECDH ¶
func ECDH(seedBytes []byte, network lightspark_crypto.BitcoinNetwork, otherPubKey string) (string, error)
func Sha256HexString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.