Extract CSipHasher to it's own file in crypto/ directory.

This is a move-only commit with the exception of changes to includes.
This commit is contained in:
Jim Posen
2018-08-24 14:48:23 -07:00
parent 6b8d0a2164
commit 4fb789e9b2
15 changed files with 234 additions and 206 deletions

View File

@@ -6,7 +6,8 @@
#include <consensus/consensus.h>
#include <consensus/validation.h>
#include <chainparams.h>
#include <hash.h>
#include <crypto/sha256.h>
#include <crypto/siphash.h>
#include <random.h>
#include <streams.h>
#include <txmempool.h>