Skip to content

Commit

Permalink
Now committing a second shot at implementing blake256, this time base…
Browse files Browse the repository at this point in the history
…d on the sph_blake implementation. Tested to build under Linux only.
  • Loading branch information
Christian Buchner authored and Christian Buchner committed Mar 7, 2014
1 parent ec99908 commit bfa1d2b
Show file tree
Hide file tree
Showing 6 changed files with 3,437 additions and 367 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cudaminer_SOURCES = elist.h miner.h compat.h \
salsa_kernel.cu salsa_kernel.h \
sha256.cu sha256.h \
keccak.cu keccak.h \
blake.cu blake.h \
blake.cu blake.h blake.c sph_blake.h sph_types.h \
fermi_kernel.cu fermi_kernel.h \
kepler_kernel.cu kepler_kernel.h \
test_kernel.cu test_kernel.h \
Expand Down
Loading

0 comments on commit bfa1d2b

Please sign in to comment.