diff options
Diffstat (limited to 'libdevcore/SHA3.h')
-rw-r--r-- | libdevcore/SHA3.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libdevcore/SHA3.h b/libdevcore/SHA3.h index b2a84c74..eedcc420 100644 --- a/libdevcore/SHA3.h +++ b/libdevcore/SHA3.h @@ -54,6 +54,4 @@ inline std::string keccak256(std::string const& _input, bool _isNibbles) { retur /// Calculate SHA3-256 MAC inline void keccak256mac(bytesConstRef _secret, bytesConstRef _plain, bytesRef _output) { keccak256(_secret.toBytes() + _plain.toBytes()).ref().populate(_output); } -extern unsigned g_keccak256Counter; - } |