• Felix Lange's avatar
    p2p/discover: remove use of shared hash instance for key derivation (#21673) · 5e86e4ed
    Felix Lange authored
    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.
    5e86e4ed
Name
Last commit
Last update
..
v4wire Loading commit data...
common.go Loading commit data...
lookup.go Loading commit data...
node.go Loading commit data...
ntp.go Loading commit data...
table.go Loading commit data...
table_test.go Loading commit data...
table_util_test.go Loading commit data...
v4_lookup_test.go Loading commit data...
v4_udp.go Loading commit data...
v4_udp_test.go Loading commit data...
v5_encoding.go Loading commit data...
v5_encoding_test.go Loading commit data...
v5_session.go Loading commit data...
v5_udp.go Loading commit data...
v5_udp_test.go Loading commit data...