Add merkle.{h,cpp}, generic merkle root/branch algorithm

This commit is contained in:
Pieter Wuille
2015-11-17 17:35:40 +01:00
parent 93e0514fd0
commit ee60e5625b
3 changed files with 171 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ BITCOIN_CORE_H = \
compat/sanity.h \
compressor.h \
consensus/consensus.h \
consensus/merkle.h \
consensus/params.h \
consensus/validation.h \
core_io.h \
@@ -268,6 +269,7 @@ libbitcoin_common_a_SOURCES = \
chainparams.cpp \
coins.cpp \
compressor.cpp \
consensus/merkle.cpp \
core_read.cpp \
core_write.cpp \
hash.cpp \