Skip to content

Commit f164aea

Browse files
committed
Add sph sources to prepare X11 integration
1 parent eb2afb2 commit f164aea

File tree

13 files changed

+16561
-0
lines changed

13 files changed

+16561
-0
lines changed

src/Makefile.am

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,18 @@ BITCOIN_CORE_H = \
5858
rpcserver.h \
5959
script.h \
6060
serialize.h \
61+
sph_blake.h \
62+
sph_bmw.h \
63+
sph_cubehash.h \
64+
sph_echo.h \
65+
sph_groestl.h \
66+
sph_jh.h \
67+
sph_keccak.h \
68+
sph_luffa.h \
69+
sph_shavite.h \
70+
sph_simd.h \
71+
sph_skein.h \
72+
sph_types.h \
6173
sync.h \
6274
threadsafety.h \
6375
tinyformat.h \
@@ -134,6 +146,18 @@ libbitcoin_common_a_SOURCES = \
134146
sync.cpp \
135147
util.cpp \
136148
version.cpp \
149+
aes_helper.c \
150+
luffa.c \
151+
groestl.c \
152+
jh.c \
153+
echo.c \
154+
shavite.c \
155+
keccak.c \
156+
skein.c \
157+
bmw.c \
158+
simd.c \
159+
cubehash.c \
160+
blake.c \
137161
$(BITCOIN_CORE_H)
138162

139163
if GLIBC_BACK_COMPAT

src/aes_helper.c

Lines changed: 392 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)