erigon-pulse/p2p/rlpx
battlmonstr 930d662f21
Refactor crypto.FromECDSAPub to MarshalPubkey/Std (#3797)
Most places that used this method were cutting off the 1st byte.
Refactor this idea to a common place.

* better naming: MarshalPubkey matches existing UnmarshalPubkey
* "Std" suffix for the ANSI standard encoding without cut off
* docs
2022-03-31 11:06:20 +07:00
..
buffer_test.go Try to solve sentry hanging problem + p2p impovement from geth (#2191) 2021-06-18 12:47:46 +01:00
buffer.go Try to solve sentry hanging problem + p2p impovement from geth (#2191) 2021-06-18 12:47:46 +01:00
rlpx_test.go Refactor crypto.FromECDSAPub to MarshalPubkey/Std (#3797) 2022-03-31 11:06:20 +07:00
rlpx.go Refactor crypto.FromECDSAPub to MarshalPubkey/Std (#3797) 2022-03-31 11:06:20 +07:00