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

@@ -83,6 +83,7 @@ OBJS= \
obj/wallet.o \
obj/walletdb.o \
obj/noui.o \
obj/hash.o \
obj/leveldb.o \
obj/txdb.o