Move {Read,Write}{LE,BE}{32,64} to common.h and use builtins if possible

This commit is contained in:
Pieter Wuille
2014-05-03 01:04:18 +02:00
parent a5bc9c0917
commit 7ecd9739d9
5 changed files with 52 additions and 61 deletions

View File

@@ -75,6 +75,7 @@ BITCOIN_CORE_H = \
rpcserver.h \
script.h \
serialize.h \
crypto/common.h \
crypto/sha2.h \
crypto/sha1.h \
crypto/ripemd160.h \