Add MurmurHash3 implementation to hash.h/add hash.cpp.

This commit is contained in:
Matt Corallo
2013-01-10 13:16:00 -05:00
parent 68feac96b6
commit 7ab026f449
7 changed files with 66 additions and 0 deletions

View File

@@ -215,6 +215,7 @@ SOURCES += src/qt/bitcoin.cpp src/qt/bitcoingui.cpp \
src/version.cpp \
src/sync.cpp \
src/util.cpp \
src/hash.cpp \
src/netbase.cpp \
src/key.cpp \
src/script.cpp \