Merge pull request #5265 from ethereum/cleanupsha3

Simplify sha3.
This commit is contained in:
chriseth
2018-11-09 15:39:57 +01:00
committed by GitHub
17 changed files with 36 additions and 98 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
#include <libsolidity/interface/EVMVersion.h>
#include <libdevcore/FixedHash.h>
#include <libdevcore/SHA3.h>
#include <libdevcore/Keccak256.h>
#include <functional>