]> Git Repo - VerusCoin.git/commit - src/Makefile.zcash.include
Implementation of VerusHash CPU-friendly hash algorithm, parameters to enable it...
authormiketout <[email protected]>
Fri, 27 Apr 2018 07:34:50 +0000 (00:34 -0700)
committermiketout <[email protected]>
Fri, 27 Apr 2018 07:34:50 +0000 (00:34 -0700)
commit42181656c21ef8931734a61d4a3fb3f83c9cdbcf
tree074eb3ccc204353ffba5ce94df14a60b84cd9e82
parenta1af306f8119e748a0f903fb8eeee92024ad4f65
Implementation of VerusHash CPU-friendly hash algorithm, parameters to enable it, miner, and all changes required to support it on new asset chains
20 files changed:
.gitignore
src/Makefile.am
src/Makefile.gtest.include
src/Makefile.qt.include
src/Makefile.qttest.include
src/Makefile.test.include
src/Makefile.zcash.include
src/crypto/haraka.c [new file with mode: 0644]
src/crypto/haraka.h [new file with mode: 0644]
src/crypto/verus_hash.cpp [new file with mode: 0644]
src/crypto/verus_hash.h [new file with mode: 0644]
src/hash.h
src/init.cpp
src/komodo_globals.h
src/komodo_utils.h
src/miner.cpp
src/pow.cpp
src/primitives/block.cpp
src/primitives/block.h
src/util.cpp
This page took 0.027548 seconds and 4 git commands to generate.