mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 16:47:22 +00:00
ToECDSAPub was unsafe because it returned a non-nil key with nil X, Y in case of invalid input. This change replaces ToECDSAPub with UnmarshalPubkey across the codebase. |
||
|---|---|---|
| .. | ||
| api | ||
| dev | ||
| fuse | ||
| metrics | ||
| network | ||
| services/swap | ||
| storage | ||
| testutil | ||
| swarm.go | ||
| swarm_test.go | ||