mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-03 10:03:47 +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. |
||
|---|---|---|
| .. | ||
| abihelper.go | ||
| abihelper_test.go | ||
| api.go | ||
| api_test.go | ||
| auditlog.go | ||
| cliui.go | ||
| stdioui.go | ||
| types.go | ||
| validation.go | ||
| validation_test.go | ||