This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
eth_sign(address, sha3(msg)) should be eth_sign(address, msg) #3297
Labels
F1-security 🛡
The client fails to follow expected, security-sensitive, behaviour.
M4-core ⛓
Core client code / Rust.
Milestone
Hashing should be done internally to prevent chosen plaintext attacks.
See discussions here:
ethereum/go-ethereum#2940
The text was updated successfully, but these errors were encountered: