Skip to content

Commit

Permalink
Removed all other algorithms but CryptoNight - algo switch still need…
Browse files Browse the repository at this point in the history
…s to be used for the moment, though.
  • Loading branch information
Wolf committed Jun 18, 2014
1 parent 1624eaa commit 59007d0
Show file tree
Hide file tree
Showing 67 changed files with 4 additions and 41,513 deletions.
34 changes: 2 additions & 32 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,53 +24,23 @@ minerd_SOURCES = elist.h \
compat.h \
cpu-miner.c \
util.c \
sha2.c \
scrypt.c \
keccak.c \
heavy.c \
quark.c \
skein.c \
ink.c \
blake.c \
cryptonight_common.c \
x11.c \
sha3/sph_keccak.c \
sha3/sph_hefty1.c \
sha3/sph_groestl.c \
sha3/sph_skein.c \
sha3/sph_bmw.c \
sha3/sph_jh.c \
sha3/sph_shavite.c \
sha3/sph_blake.c \
sha3/sph_luffa.c \
sha3/sph_cubehash.c \
sha3/sph_simd.c \
sha3/sph_echo.c \
crypto/oaes_lib.c \
crypto/c_keccak.c \
crypto/c_groestl.c \
crypto/c_blake256.c \
crypto/c_jh.c \
crypto/c_skein.c \
crypto/hash.c \
crypto/aesb.c
if ARCH_x86
minerd_SOURCES += sha2-x86.S scrypt-x86.S aesb-x86.S
endif
if ARCH_x86_64
minerd_SOURCES += sha2-x64.S scrypt-x64.S aesb-x64.S
endif

if USE_LOBOTOMIZED_AES
minerd_SOURCES += cryptonight_lobotomized.c
minerd_SOURCES += cryptonight_lobotomized.c crypto/oaes_lib.c
AM_CFLAGS += -fno-strict-aliasing
else
minerd_SOURCES += cryptonight_aesni.c
AM_CFLAGS += -maes
endif

if ARCH_ARM
minerd_SOURCES += sha2-arm.S scrypt-arm.S
endif
minerd_LDFLAGS = $(AM_LDFLAGS)
minerd_LDADD = @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@
minerd_CPPFLAGS = $(AM_CPPFLAGS) @LIBCURL_CPPFLAGS@
Expand Down
22 changes: 0 additions & 22 deletions aesb-x64.S

This file was deleted.

38 changes: 0 additions & 38 deletions aesb-x86.S

This file was deleted.

210 changes: 0 additions & 210 deletions aesni.S

This file was deleted.

Loading

0 comments on commit 59007d0

Please sign in to comment.