erigon-pulse/p2p/discover
Felix Lange 121fe99e7e p2p/discover: remove use of shared hash instance for key derivation (#21673)
For some reason, using the shared hash causes a cryptographic incompatibility
when using Go 1.15. I noticed this during the development of Discovery v5.1
when I added test vector verification.

The go library commit that broke this is golang/go@97240d5, but the
way we used HKDF is slightly dodgy anyway and it's not a regression.
2020-10-26 17:16:00 +01:00
..
v4wire post-rebase fixups 2020-06-15 19:38:54 +03:00
common.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
lookup.go p2p/discover: avoid dropping unverified nodes when table is almost empty (#21396) 2020-08-29 13:28:18 +02:00
node.go p2p/discover: move discv4 encoding to new 'v4wire' package (#21147) 2020-06-15 19:38:13 +03:00
ntp.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
table_test.go p2p/discover: avoid dropping unverified nodes when table is almost empty (#21396) 2020-08-29 13:28:18 +02:00
table_util_test.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
table.go p2p/discover: fix typo in comments (#21554) 2020-10-06 14:12:09 +02:00
v4_lookup_test.go post-rebase fixups 2020-06-15 19:38:54 +03:00
v4_udp_test.go p2p/discover: avoid dropping unverified nodes when table is almost empty (#21396) 2020-08-29 13:28:18 +02:00
v4_udp.go linters 2020-08-29 15:43:33 +02:00
v5_encoding_test.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
v5_encoding.go p2p/discover: remove use of shared hash instance for key derivation (#21673) 2020-10-26 17:16:00 +01:00
v5_session.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
v5_udp_test.go p2p/discover: add helper methods to UDPv5 (#20918) 2020-05-20 15:26:22 +03:00
v5_udp.go p2p/discover: add helper methods to UDPv5 (#20918) 2020-05-20 15:26:22 +03:00