Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Felix Lange
9b0af51386
crypto: add btcec fallback for sign/recover without cgo (#3680)
* vendor: add github.com/btcsuite/btcd/btcec
* crypto: add btcec fallback for sign/recover without cgo
This commit adds a non-cgo fallback implementation of secp256k1
operations.
* crypto, core/vm: remove wrappers for sha256, ripemd160
|
8 years ago |
.. |
testdata
|
accounts, cmd, eth, internal, mobile, node: split account backends
|
8 years ago |
account_cache.go
|
accounts: ledger and HD review fixes
|
8 years ago |
account_cache_test.go
|
accounts: ledger and HD review fixes
|
8 years ago |
key.go
|
crypto: add btcec fallback for sign/recover without cgo (#3680)
|
8 years ago |
keystore.go
|
accounts, cmd, internal, mobile, node: canonical account URLs
|
8 years ago |
keystore_passphrase.go
|
accounts, cmd, eth, internal, mobile, node: split account backends
|
8 years ago |
keystore_passphrase_test.go
|
accounts, cmd, eth, internal, mobile, node: split account backends
|
8 years ago |
keystore_plain.go
|
accounts, cmd, eth, internal, mobile, node: split account backends
|
8 years ago |
keystore_plain_test.go
|
accounts, cmd, internal, mobile, node: canonical account URLs
|
8 years ago |
keystore_test.go
|
accounts: ledger and HD review fixes
|
8 years ago |
keystore_wallet.go
|
accounts, cmd, internal, node: implement HD wallet self-derivation
|
8 years ago |
presale.go
|
accounts, cmd, internal, mobile, node: canonical account URLs
|
8 years ago |
watch.go
|
accounts, cmd, eth, internal, miner, node: wallets and HD APIs
|
8 years ago |
watch_fallback.go
|
accounts, cmd, eth, internal, miner, node: wallets and HD APIs
|
8 years ago |