From 4fb789e9b2ffdf48fd50293b3982b3fce4d5fbdf Mon Sep 17 00:00:00 2001 From: Jim Posen Date: Fri, 24 Aug 2018 14:48:23 -0700 Subject: Extract CSipHasher to it's own file in crypto/ directory. This is a move-only commit with the exception of changes to includes. --- src/bench/block_assemble.cpp | 1 + src/bench/crypto_hash.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'src/bench') diff --git a/src/bench/block_assemble.cpp b/src/bench/block_assemble.cpp index ac2299374c..2def0b23e2 100644 --- a/src/bench/block_assemble.cpp +++ b/src/bench/block_assemble.cpp @@ -7,6 +7,7 @@ #include #include #include +#include #include #include #include diff --git a/src/bench/crypto_hash.cpp b/src/bench/crypto_hash.cpp index d7499a3767..dc0b054420 100644 --- a/src/bench/crypto_hash.cpp +++ b/src/bench/crypto_hash.cpp @@ -14,6 +14,7 @@ #include #include #include +#include /* Number of bytes to hash per iteration */ static const uint64_t BUFFER_SIZE = 1000*1000; -- cgit v1.2.3