Documentation ¶
Index ¶
- func NewLibSecp256() *libSecp256
- type Config
- func (c *Config) FindKey(start, passphrase string) (*ecdsa.PrivateKey, error)
- func (c *Config) ImportKey(keyStr, passphrase string) (*common.Address, error)
- func (c *Config) KeyDir() string
- func (c *Config) LuckyEnd(end, passphrase string) (*common.Address, error)
- func (c *Config) LuckyKey(start, end, passphrase string) (*common.Address, error)
- func (c *Config) LuckyPrivateKey(start, end string, max int64) (*big.Int, error)
- func (c *Config) LuckyStar(start, passphrase string) (*common.Address, error)
- func (c *Config) ReadKey(addr, passphrase string) (*ecdsa.PrivateKey, error)
- type KeyGenerator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLibSecp256 ¶
func NewLibSecp256() *libSecp256
Types ¶
type Config ¶
type Config struct { DataDir string // contains filtered or unexported fields }
func (*Config) FindKey ¶
func (c *Config) FindKey(start, passphrase string) (*ecdsa.PrivateKey, error)
func (*Config) LuckyPrivateKey ¶
type KeyGenerator ¶
Click to show internal directories.
Click to hide internal directories.