Versions in this module Expand all Collapse all v0 v0.1.0 Jan 19, 2024 Changes in this version + const EthSecp256k1 + var SupportedAlgorithms = []keys.SigningAlgo + func DeriveKey(mnemonic, bip39Passphrase, hdPath string, algo keys.SigningAlgo) ([]byte, error) + func DeriveSecp256k1(mnemonic, bip39Passphrase, path string) ([]byte, error) + func EthSecp256k1Options() []keys.KeybaseOption + func EthermintKeygenFunc(bz []byte, algo keys.SigningAlgo) (tmcrypto.PrivKey, error)