miguelmota / ethereum-development-with-go-book

📖 A little guide book on Ethereum Development with Go (golang)
https://goethereumbook.org
Other
1.74k stars 427 forks source link

Update import module for Keccak256 function #49

Closed kant-li closed 4 years ago

kant-li commented 4 years ago

Update import module since the Keccak256 function has been upstreamed to sha3 package, and the original code doesn't work anymore. The en part and the code dir has been updated before, this commit is just for zh part.

miguelmota commented 4 years ago

@kant-li thanks!