quorum/p2p
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
2017-02-18 09:24:12 +01:00
..
discover crypto: add btcec fallback for sign/recover without cgo (#3680) 2017-02-18 09:24:12 +01:00
discv5 crypto: add btcec fallback for sign/recover without cgo (#3680) 2017-02-18 09:24:12 +01:00
nat all: gofmt -w -s 2017-01-06 15:52:03 +01:00
netutil p2p/netutil: new package for network utilities 2016-11-22 22:20:38 +01:00
dial.go p2p, p2p/discover, p2p/discv5: add IP network restriction feature 2016-11-22 22:21:18 +01:00
dial_test.go p2p, p2p/discover, p2p/discv5: add IP network restriction feature 2016-11-22 22:21:18 +01:00
message.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
message_test.go all: fix go vet warnings 2016-04-15 11:17:27 +02:00
metrics.go eth, metrics, p2p: prepare metrics and net packets to eth/62 2015-08-21 10:30:57 +03:00
peer.go p2p: EIP-8 changes 2016-02-19 11:14:48 +01:00
peer_error.go p2p: fix value of DiscSubprotocolError 2015-08-12 14:15:54 +02:00
peer_test.go all: gofmt -w -s 2017-01-06 15:52:03 +01:00
protocol.go eth, p2p, rpc/api: polish protocol info gathering 2015-10-28 12:44:15 +02:00
rlpx.go crypto: add btcec fallback for sign/recover without cgo (#3680) 2017-02-18 09:24:12 +01:00
rlpx_test.go all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() 2016-02-21 22:34:34 +00:00
server.go logger, pow/dagger, pow/ezp: delete dead code 2017-01-06 18:18:07 +01:00
server_test.go node, p2p, internal: Add ability to remove peers via admin interface 2016-07-14 18:51:41 -04:00