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
@@ -22,7 +22,7 @@
#include <libdevcore/CommonData.h>
#include <libdevcore/Exceptions.h>
#include <libdevcore/Assertions.h>
#include <libdevcore/SHA3.h>
#include <libdevcore/Keccak256.h>
#include <boost/algorithm/string.hpp>