plugeth/p2p
David Huie 23ac783332 ecies: drop randomness parameter from PrivateKey.Decrypt (#16374)
The parameter `rand` is unused in `PrivateKey.Decrypt`. Decryption in
the ECIES encryption scheme is deterministic, so randomness isn't
needed.
2018-03-26 13:46:18 +03:00
..
discover
discv5
enr
nat
netutil
protocols
simulations
testing
dial_test.go
dial.go
message_test.go
message.go
metrics.go metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15910) 2018-02-23 11:56:08 +02:00
peer_error.go
peer_test.go
peer.go
protocol.go
rlpx_test.go
rlpx.go ecies: drop randomness parameter from PrivateKey.Decrypt (#16374) 2018-03-26 13:46:18 +03:00
server_test.go
server.go